Home
last modified time | relevance | path

Searched refs:ownerId (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp105 if (strcpy_s(msg_->ownerId, sizeof(msg_->ownerId), startMsg.ownerId.c_str()) != EOK) { in AssembleMsg()
106 TAG_LOGE(AAFwkTag::APPMGR, "transform ownerId fail"); in AssembleMsg()
H A Dapp_spawn_client.cpp377 if (startMsg.ownerId.size()) { in AppspawnCreateDefaultMsg()
378 ret = AppSpawnReqMsgSetAppOwnerId(reqHandle, startMsg.ownerId.c_str()); in AppspawnCreateDefaultMsg()
381 startMsg.ownerId.c_str(), ret); in AppspawnCreateDefaultMsg()
H A Dapp_mgr_service_inner.cpp3251 startMsg.ownerId = bundleInfo.signatureInfo.appIdentifier; in SetAppInfo()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h69 std::string ownerId; member
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp424 std::string ownerId("test_owner_id"); in HWTEST_F()
425 startMsg.ownerId = ownerId; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp81 auto ownerId = holder->GetOwnerId(); in SetHolder() local
82 if (selectionHoldId_ > 0 && ownerId != selectionHoldId_) { in SetHolder()
88 if (prevOwnerId == ownerId) { in SetHolder()

Completed in 17 milliseconds