Home
last modified time | relevance | path

Searched refs:ERR_INVALID_CMD_ERROR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_dump_error_code.h35 ERR_INVALID_CMD_ERROR, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp583 EXPECT_EQ(result, DumpErrorCode::ERR_INVALID_CMD_ERROR);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp870 return DumpErrorCode::ERR_INVALID_CMD_ERROR; in DumpIpc()