Home
last modified time | relevance | path

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

/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Ddata_storage_helper.h35 std::string GetConfigFileAbsolutePath(const std::string &relativePath);
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp122 std::string absolutePath = GetConfigFileAbsolutePath(FilePath); in ParseFastSuspendDozeTime()
195 std::string DataStorageHelper::GetConfigFileAbsolutePath(const std::string &relativePath) in GetConfigFileAbsolutePath() function in OHOS::BackgroundTaskMgr::DataStorageHelper
H A Dbgtask_config.cpp47 GetConfigFileAbsolutePath(SUSPEND_MANAGER_CONFIG_FILE); in LoadConfigFile()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp2383 * Function: GetConfigFileAbsolutePath
2384 * FunctionPoints: GetConfigFileAbsolutePath
2391 EXPECT_EQ(abilityMs_->GetConfigFileAbsolutePath(""), ""); in HWTEST_F()
2393 abilityMs_->GetConfigFileAbsolutePath(relativePath); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2390 std::string GetConfigFileAbsolutePath(const std::string &relativePath);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp11528 std::string absolutePath = GetConfigFileAbsolutePath(relativePath); in ParseJsonFromBoot()
11557 std::string AbilityManagerService::GetConfigFileAbsolutePath(const std::string &relativePath) in GetConfigFileAbsolutePath() function in OHOS::AAFwk::AbilityManagerService

Completed in 27 milliseconds