Home
last modified time | relevance | path

Searched refs:GetMainAbilityLabel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp130 std::string GetMainAbilityLabel(const std::string &bundleName) in GetMainAbilityLabel() function
237 GetMainAbilityLabel(info->bundleName), true, asyncCallbackInfo->bgModes, in UpdateBackgroundRunningExecuteCB()
257 … info->name, asyncCallbackInfo->abilityContext->GetToken(), GetMainAbilityLabel(info->bundleName), in StartBackgroundRunningExecuteCB()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h128 std::string GetMainAbilityLabel(const std::string &bundleName, int32_t userId);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp240 std::string mainAbilityLabel = GetMainAbilityLabel(iter->second->GetBundleName(), in CheckPersistenceData()
773 std::string mainAbilityLabel = GetMainAbilityLabel(continuousTaskRecord->bundleName_, in StartBackgroundRunningInner()
1526 std::string BgContinuousTaskMgr::GetMainAbilityLabel(const std::string &bundleName, int32_t userId) in GetMainAbilityLabel() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
1573 … std::string mainAbilityLabel = GetMainAbilityLabel(record->bundleName_, record->userId_); in OnConfigurationChanged()