Home
last modified time | relevance | path

Searched refs:AssembleMsg (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp67 * SubFunction: AssembleMsg
70 * CaseDescription: Verify the function AssembleMsg can check the invalid uid.
79 EXPECT_EQ(true, appSpawnMsgWrapper->AssembleMsg(params)); in HWTEST()
87 * SubFunction: AssembleMsg
90 * CaseDescription: Verify the function AssembleMsg can check the invalid gid.
99 EXPECT_EQ(true, appSpawnMsgWrapper->AssembleMsg(params)); in HWTEST()
107 * SubFunction: AssembleMsg
110 * CaseDescription: Verify the function AssembleMsg can check gid count which exceeds the max limit.
203 EXPECT_EQ(false, appSpawnMsgWrapper->AssembleMsg(params)); in HWTEST()
211 * SubFunction: AssembleMsg
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp79 bool AppSpawnMsgWrapper::AssembleMsg(const AppSpawnStartMsg &startMsg) in AssembleMsg() function in OHOS::AppExecFwk::AppSpawnMsgWrapper

Completed in 2 milliseconds