Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp306 int ret = CheckAppSpawnMsg(msgNode);
346 ret = CheckAppSpawnMsg(nullptr);
424 ret = CheckAppSpawnMsg(outMsg);
450 ret = CheckAppSpawnMsg(outMsg);
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h165 int CheckAppSpawnMsg(const AppSpawnMsgNode *message);
H A Dappspawn_service.c704 if (ret == 0 && DecodeAppSpawnMsg(message) == 0 && CheckAppSpawnMsg(message) == 0) { in GetAppSpawnMsg()
878 int ret = CheckAppSpawnMsg(message); in ProcessSpawnReqMsg()
1173 if (ret == 0 && DecodeAppSpawnMsg(message) == 0 && CheckAppSpawnMsg(message) == 0) { in GetAppSpawningCtxFromArg()
H A Dappspawn_msgmgr.c178 int CheckAppSpawnMsg(const AppSpawnMsgNode *message) in CheckAppSpawnMsg() function