OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RMNETCTL_INVALID_ARG
(Results
1 - 3
of
3
) sorted by null
/device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c
195
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
198
int return_code =
RMNETCTL_INVALID_ARG
;
297
return_code =
RMNETCTL_INVALID_ARG
;
369
return_code =
RMNETCTL_INVALID_ARG
;
402
return_code =
RMNETCTL_INVALID_ARG
;
436
return_code =
RMNETCTL_INVALID_ARG
;
477
return_code =
RMNETCTL_INVALID_ARG
;
513
return_code =
RMNETCTL_INVALID_ARG
;
551
return_code =
RMNETCTL_INVALID_ARG
;
594
return_code =
RMNETCTL_INVALID_ARG
;
[
all
...]
/device/moto/shamu/dataservices/rmnetctl/cli/
rmnetcli.c
62
print_rmnet_api_status(
RMNETCTL_INVALID_ARG
, RMNETCTL_CFG_FAILURE_NO_COMMAND); \
64
return
RMNETCTL_INVALID_ARG
; \
235
else if (return_code ==
RMNETCTL_INVALID_ARG
)
255
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
408
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
/device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl.h
51
#define
RMNETCTL_INVALID_ARG
3
141
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
166
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
186
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
206
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
227
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
248
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
268
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
315
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the API
337
* @return
RMNETCTL_INVALID_ARG
if invalid arguments were passed to the AP
[
all
...]
Completed in 48 milliseconds