Searched refs:FRS_APP_INDEX (Results 1 – 4 of 4) sorted by relevance
22 const std::string FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; variable245 … curServiceKey = curServiceKey + std::to_string((*it)->GetWant().GetIntParam(FRS_APP_INDEX, 0)); in FindRecordByServiceKey()
46 const std::string FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; variable344 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()
74 constexpr const char* FRS_APP_INDEX = "ohos.extra.param.key.frs_index"; variable
535 want.SetParam(Constants::FRS_APP_INDEX, Constants::DEFAULT_SANDBOX_FRS_APP_INDEX); in ConnectRenderService()