OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_flow
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/dataservices/rmnetctl/inc/
librmnetctl.h
477
* RMNET_NETLINK_DEL_VND_TC_FLOW based on the flag for
set_flow
483
* @param
set_flow
sets the flow if RMNET_NETLINK_SET_FLOW or
495
uint8_t
set_flow
,
/device/google/marlin/dataservices/rmnetctl/src/
librmnetctl.c
876
uint8_t
set_flow
,
881
if ((!hndl) || (!error_code) || ((
set_flow
!= RMNETCTL_ADD_FLOW) &&
882
(
set_flow
!= RMNETCTL_DEL_FLOW))) {
886
if (
set_flow
== RMNETCTL_ADD_FLOW)
/external/python/oauth2client/oauth2client/contrib/
appengine.py
511
def
set_flow
(self, flow):
member in class:OAuth2Decorator
524
flow = property(get_flow,
set_flow
)
[
all
...]
Completed in 67 milliseconds