Home
last modified time | relevance | path

Searched refs:ConvertFullPath (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_config_reader.cpp94 if (!BundleActiveConfigReader::ConvertFullPath(filePath, realPath)) { in GetJsonFromFile()
122 bool BundleActiveConfigReader::ConvertFullPath(const std::string& partialPath, std::string& fullPat… in ConvertFullPath() function in OHOS::DeviceUsageStats::BundleActiveConfigReader
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp105 if (!ConvertFullPath(filePath, realPath)) { in SaveJsonValueToFile()
157 if (!ConvertFullPath(filePath, realPath)) { in ParseJsonValueFromFile()
211 bool DataStorageHelper::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function in OHOS::BackgroundTaskMgr::DataStorageHelper
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/osal/utils/
H A Dutil.h25 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_utils.h54 static bool ConvertFullPath(const std::string &inOriPath, std::string &outRealPath);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_config_reader.h35 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dutil.h36 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp663 bool res = WorkSchedUtils::ConvertFullPath(partialPath, fullPath);
667 res = WorkSchedUtils::ConvertFullPath(partialPathLong, fullPath);
671 res = WorkSchedUtils::ConvertFullPath(partialPath, fullPath);
675 res = WorkSchedUtils::ConvertFullPath(partialPath, fullPath);
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H A Dutil.cpp56 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function
/ohos5.0/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp66 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Ddata_storage_helper.h41 bool ConvertFullPath(const std::string &partialPath, std::string &fullPath);
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/src/
H A Dwork_sched_utils.cpp83 bool WorkSchedUtils::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function in OHOS::WorkScheduler::WorkSchedUtils
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dmedia_data_source_imp.cpp50 if (OHOS::Media::OSAL::ConvertFullPath(url_, dataFullPath) && !dataFullPath.empty()) { in ReadDataFromFile()
H A Dlite_stream_player.cpp136 if (OSAL::ConvertFullPath(dataPath, dataFullPath) && !dataFullPath.empty()) { in ReadDataFromFile()
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp74 bool isFileExist = OSAL::ConvertFullPath(filePath, fullPath); in PrepareDumpDir()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp104 if (OSAL::ConvertFullPath(filePath, fullPath) && !fullPath.empty()) { in Prepare()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.cpp403 ret = OSAL::ConvertFullPath(uri_, fullPath); // convert path to full path in GetProtocolByUri()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp344 ret = OSAL::ConvertFullPath(uri_, fullPath); // convert path to full path in GetProtocolByUri()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1358 EXPECT_EQ(abilityMs_->ConvertFullPath(partialPath, fullPath), false);
1361 EXPECT_NE(abilityMs_->ConvertFullPath(partialPath, fullPath), true);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp356 if (!WorkSchedUtils::ConvertFullPath(filePath, realPath)) { in GetJsonFromFile()
1150 if (!WorkSchedUtils::ConvertFullPath(PERSISTED_FILE_PATH, realPath)) { in RefreshPersistedWorks()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp665 EXPECT_FALSE(DelayedSingleton<DataStorageHelper>::GetInstance()->ConvertFullPath("", fullPath));
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp1523 bool result = bundleActiveConfigReader->ConvertFullPath(partialPath, fullPath);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2407 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp11887 if (!ConvertFullPath(filePath, realPath)) { in ParseJsonValueFromFile()
11910 bool AbilityManagerService::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function in OHOS::AAFwk::AbilityManagerService