Home
last modified time | relevance | path

Searched refs:OP_GET (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint.h51 OP_GET, enumerator
H A Ddefault_client.c229 IpcIoPushUint32(&req, OP_GET); in QueryIdentity()
H A Ddefault_client_rpc.c220 WriteUint32(&req, OP_GET); in QueryIdentity()
H A Dendpoint_rpc.c148 WriteUint32(&req, OP_GET); in SAMGR_GetSysCap()
H A Dendpoint.c184 IpcIoPushUint32(&req, OP_GET); in SAMGR_GetSysCap()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c338 if (option != OP_PUT && option != OP_GET) { in ProcFeature()
360 if (option == OP_GET) { in ProcFeature()
481 if (option != OP_PUT && option != OP_GET && option != OP_ALL) { in ProcSysCap()
489 } else if (option == OP_GET) { in ProcSysCap()
H A Dsamgr_server_rpc.c448 if (option != OP_PUT && option != OP_GET) { in ProcFeature()
470 if (option == OP_GET) { in ProcFeature()
594 if (option != OP_PUT && option != OP_GET && option != OP_ALL) { in ProcSysCap()
602 } else if (option == OP_GET) { in ProcSysCap()