Home
last modified time | relevance | path

Searched refs:AppSpawnReqMsgAddExtInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp133 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_PROCESS_TYPE,
163 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_PROCESS_TYPE,
195 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_PROCESS_TYPE,
227 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_PROCESS_TYPE,
H A Dapp_spawn_service_test.cpp584 …ret = AppSpawnReqMsgAddExtInfo(reqHandle2, "devicedebug", (uint8_t *)jsonString, strlen(jsonString…
631 …ret = AppSpawnReqMsgAddExtInfo(reqHandle2, "devicedebug", (uint8_t *)jsonString, strlen(jsonString…
H A Dapp_spawn_sandbox_new_test.cpp746 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "HspList",
788 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "DataGroup",
830 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "Overlay",
888 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "test-cfg",
H A Dapp_spawn_child_test.cpp286 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "AppEnv",
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dlibappspawn_client.versionscript30 AppSpawnReqMsgAddExtInfo;
H A Dappspawn_msg.c423 int AppSpawnReqMsgAddExtInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value… in AppSpawnReqMsgAddExtInfo() function
/ohos5.0/base/startup/appspawn/service/devicedebug/kill/src/
H A Ddevicedebug_kill.c97 …ret = AppSpawnReqMsgAddExtInfo(reqHandle, "devicedebug", (uint8_t *)jsonString, strlen(jsonString)… in DeviceDebugKill()
/ohos5.0/base/startup/appspawn/test/unittest/devicedebug_test/
H A DBUILD.gn47 "AppSpawnReqMsgAddExtInfo=AppSpawnReqMsgAddExtInfoStub",
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp541 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName,
593 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName,
645 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName,
985 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName.c_str(), testData.data(), testData.size());
1008 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName.c_str(), testData.data(), testData.size());
1031 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName.c_str(), testData.data(), testData.size());
H A Dapp_spawn_interface_test.cpp437 ret = AppSpawnReqMsgAddExtInfo(reqHandle,
447 ret = AppSpawnReqMsgAddExtInfo(nullptr,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp300 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_ACCOUNT_ID, in AppspawnSetExtMsg()
324 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_PROCESS_TYPE, in AppspawnSetExtMsgMore()
333 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MAX_CHILD_PROCESS, in AppspawnSetExtMsgMore()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h280 int AppSpawnReqMsgAddExtInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value…
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp500 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "tlv-name-1", in CreateMsg()
515 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, in CreateMsg()
/ohos5.0/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp267 … (void)AppSpawnReqMsgAddExtInfo(reqHandle, processName.c_str(), data, static_cast<uint32_t>(size)); in FuzzAppSpawnReqMsgAddExtInfo()
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp254 ret = AppSpawnReqMsgAddExtInfo(reqHandle, in AddExtTlv()