Home
last modified time | relevance | path

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

/base/startup/appspawn/interfaces/innerkits_new/client/
Dlibappspawn_client.versionscript29 AppSpawnReqMsgAddExtInfo;
Dappspawn_msg.c393 int AppSpawnReqMsgAddExtInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value… in AppSpawnReqMsgAddExtInfo() function
/base/startup/appspawn/interfaces/innerkits_new/include/
Dappspawn.h256 int AppSpawnReqMsgAddExtInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value…
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_client_test.cpp503 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName,
555 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName,
607 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName,
947 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName.c_str(), testData.data(), testData.size());
970 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName.c_str(), testData.data(), testData.size());
993 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName.c_str(), testData.data(), testData.size());
Dapp_spawn_interface_test.cpp409 ret = AppSpawnReqMsgAddExtInfo(reqHandle,
419 ret = AppSpawnReqMsgAddExtInfo(nullptr,
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp438 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "tlv-name-1", in CreateMsg()
453 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, in CreateMsg()
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
Dappspawnclient_fuzzer.cpp267 … (void)AppSpawnReqMsgAddExtInfo(reqHandle, processName.c_str(), data, static_cast<uint32_t>(size)); in FuzzAppSpawnReqMsgAddExtInfo()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandbox_new_test.cpp747 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "HspList",
789 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "DataGroup",
831 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "Overlay",
889 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "test-cfg",
Dapp_spawn_child_test.cpp286 ret = AppSpawnReqMsgAddExtInfo(reqHandle, "AppEnv",
/base/startup/appspawn/test/moduletest/
Dappspawn_test_cmder.cpp247 ret = AppSpawnReqMsgAddExtInfo(reqHandle, in AddExtTlv()