Home
last modified time | relevance | path

Searched refs:FRS_APP_INDEX (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_cache_manager.cpp22 const std::string FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; variable
245 … curServiceKey = curServiceKey + std::to_string((*it)->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in FindRecordByServiceKey()
H A Dability_connect_manager.cpp46 const std::string FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; variable
344 serviceKey = serviceKey + std::to_string(abilityRequest.want.GetIntParam(FRS_APP_INDEX, 0)); in StopServiceAbilityLocked()
408 … serviceKey = element.GetURI() + std::to_string(abilityRequest.want.GetIntParam(FRS_APP_INDEX, 0)); in GetOrCreateServiceRecord()
1020 std::to_string(eliminateRecord->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in ProcessEliminateAbilityRecord()
1041 std::to_string(abilityRecord->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in TerminateOrCacheAbility()
2398 serviceKey = serviceKey + std::to_string(service->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in GetServiceKey()
2796 …iceKey = element.GetURI() + std::to_string(abilityRecord->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in MoveToTerminatingMap()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h74 constexpr const char* FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp535 want.SetParam(Constants::FRS_APP_INDEX, Constants::DEFAULT_SANDBOX_FRS_APP_INDEX); in ConnectRenderService()