Home
last modified time | relevance | path

Searched refs:SetExtMsgFds (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h234 int32_t SetExtMsgFds(const AppSpawnReqMsgHandle &reqHandle, const std::map<std::string, int32_t> &fds);
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp535 ret = appSpawnClient.SetExtMsgFds(reqHandle, fds); in HWTEST_F()
548 ret = appSpawnClient.SetExtMsgFds(reqHandle, fds); in HWTEST_F()
561 ret = appSpawnClient.SetExtMsgFds(reqHandle, fds); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp346 ret = SetExtMsgFds(reqHandle, startMsg.fds); in AppspawnSetExtMsgMore()
563 int32_t AppSpawnClient::SetExtMsgFds(const AppSpawnReqMsgHandle &reqHandle, in SetExtMsgFds() function in OHOS::AppExecFwk::AppSpawnClient
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp756 * @tc.desc: appspawn SetExtMsgFds
777 ret = asc->SetExtMsgFds(reqHandle, startMsg.fds); in HWTEST_F()
784 * @tc.desc: appspawn SetExtMsgFds
804 ret = asc->SetExtMsgFds(reqHandle, startMsg.fds); in HWTEST_F()

Completed in 4 milliseconds