/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_common_test.cpp | 133 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 D | app_spawn_service_test.cpp | 584 …ret = AppSpawnReqMsgAddExtInfo(reqHandle2, "devicedebug", (uint8_t *)jsonString, strlen(jsonString… 631 …ret = AppSpawnReqMsgAddExtInfo(reqHandle2, "devicedebug", (uint8_t *)jsonString, strlen(jsonString…
|
H A D | app_spawn_sandbox_new_test.cpp | 746 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "HspList", 788 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "DataGroup", 830 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "Overlay", 888 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "test-cfg",
|
H A D | app_spawn_child_test.cpp | 286 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "AppEnv",
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | libappspawn_client.versionscript | 30 AppSpawnReqMsgAddExtInfo;
|
H A D | appspawn_msg.c | 423 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 D | devicedebug_kill.c | 97 …ret = AppSpawnReqMsgAddExtInfo(reqHandle, "devicedebug", (uint8_t *)jsonString, strlen(jsonString)… in DeviceDebugKill()
|
/ohos5.0/base/startup/appspawn/test/unittest/devicedebug_test/ |
H A D | BUILD.gn | 47 "AppSpawnReqMsgAddExtInfo=AppSpawnReqMsgAddExtInfoStub",
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 541 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 D | app_spawn_interface_test.cpp | 437 ret = AppSpawnReqMsgAddExtInfo(reqHandle, 447 ret = AppSpawnReqMsgAddExtInfo(nullptr,
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 300 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 D | appspawn.h | 280 int AppSpawnReqMsgAddExtInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value…
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 500 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 D | appspawnclient_fuzzer.cpp | 267 … (void)AppSpawnReqMsgAddExtInfo(reqHandle, processName.c_str(), data, static_cast<uint32_t>(size)); in FuzzAppSpawnReqMsgAddExtInfo()
|
/ohos5.0/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 254 ret = AppSpawnReqMsgAddExtInfo(reqHandle, in AddExtTlv()
|