Home
last modified time | relevance | path

Searched refs:IPC_STAT_CMD_MAX (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_local_ability_manager.h33 IPC_STAT_CMD_MAX = 3 enumerator
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp866 if (cmd < IPC_STAT_CMD_START || cmd >= IPC_STAT_CMD_MAX) { in IpcStatCmdProc()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_new_test.cpp1363 cmd = IPC_STAT_CMD_MAX;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp201 if (cmd < IPC_STAT_CMD_START || cmd >= IPC_STAT_CMD_MAX) { in IpcStatSamgrProc()