Home
last modified time | relevance | path

Searched refs:AppSpawnReqMsgSetAppOwnerId (Results 1 – 8 of 8) sorted by relevance

/base/startup/appspawn/interfaces/innerkits_new/client/
Dlibappspawn_client.versionscript26 AppSpawnReqMsgSetAppOwnerId;
Dappspawn_msg.c475 int AppSpawnReqMsgSetAppOwnerId(AppSpawnReqMsgHandle reqHandle, const char *ownerId) in AppSpawnReqMsgSetAppOwnerId() function
/base/startup/appspawn/interfaces/innerkits_new/include/
Dappspawn.h217 int AppSpawnReqMsgSetAppOwnerId(AppSpawnReqMsgHandle reqHandle, const char *ownerId);
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
Dappspawnclient_fuzzer.cpp234 (void)AppSpawnReqMsgSetAppOwnerId(reqHandle, ownerId.c_str()); in FuzzAppSpawnReqMsgSetAppOwnerId()
/base/startup/appspawn/test/moduletest/
Dappspawn_test_cmder.cpp283 ret = AppSpawnReqMsgSetAppOwnerId(reqHandle, ownerId.c_str()); in BuildMsgFromJson()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_interface_test.cpp354 ret = AppSpawnReqMsgSetAppOwnerId(inputHandle[i], ownerId[j]);
Dapp_spawn_client_test.cpp351 ret = AppSpawnReqMsgSetAppOwnerId(reqHandle, ownerId);
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp450 ret = AppSpawnReqMsgSetAppOwnerId(reqHandle, "ohos.permission.FILE_ACCESS_MANAGER"); in CreateMsg()