Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.h44 msgType_ = MAX_TYPE_INVALID; in AppSpawnTestCommander()
52 msgType_ = MAX_TYPE_INVALID; in AppSpawnTestCommander()
72 uint32_t defMsgType = MAX_TYPE_INVALID);
H A Dappspawn_test_cmder.cpp97 msgType_ = MAX_TYPE_INVALID; in ProcessArgs()
365 msgType_ = (msgType_ == MAX_TYPE_INVALID) ? GetMsgTypeFromJson(appInfoConfig_) : msgType_; in CreateMsg()
366 msgType_ = (defMsgType != MAX_TYPE_INVALID) ? defMsgType : msgType_; in CreateMsg()
432 msgType_ = MAX_TYPE_INVALID; in SendMsg()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h110 MAX_TYPE_INVALID enumerator
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h217 appProperty->message->msgHeader.msgType : MAX_TYPE_INVALID; in GetAppSpawnMsgType()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp158 MSG_SPAWN_NATIVE_PROCESS, MSG_DUMP, MAX_TYPE_INVALID};
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c345 APPSPAWN_CHECK(msgType < MAX_TYPE_INVALID, in AppSpawnReqMsgCreate()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp851 EXPECT_EQ(msgType, MAX_TYPE_INVALID);