Home
last modified time | relevance | path

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

/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"; member
255 curServiceKey = curServiceKey + std::to_string((*it)->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in FindRecordByServiceKey()
H A Dability_connect_manager.cpp48 const std::string FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; member
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()
1044 std::to_string(eliminateRecord->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in ProcessEliminateAbilityRecord()
1065 std::to_string(abilityRecord->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in TerminateOrCacheAbility()
2414 serviceKey = serviceKey + std::to_string(service->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in GetServiceKey()
2812 serviceKey = element.GetURI() + std::to_string(abilityRecord->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in MoveToTerminatingMap()
/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"; member
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp509 want.SetParam(Constants::FRS_APP_INDEX, Constants::DEFAULT_SANDBOX_FRS_APP_INDEX); in ConnectRenderService()

Completed in 14 milliseconds