/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_config_reader.cpp | 94 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 D | data_storage_helper.cpp | 105 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 D | util.h | 25 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/ |
H A D | work_sched_utils.h | 54 static bool ConvertFullPath(const std::string &inOriPath, std::string &outRealPath);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_config_reader.h | 35 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/ |
H A D | util.h | 36 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 663 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 D | util.cpp | 56 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function
|
/ohos5.0/foundation/multimedia/media_foundation/src/osal/utils/ |
H A D | util.cpp | 66 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | data_storage_helper.h | 41 bool ConvertFullPath(const std::string &partialPath, std::string &fullPath);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/src/ |
H A D | work_sched_utils.cpp | 83 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 D | media_data_source_imp.cpp | 50 if (OHOS::Media::OSAL::ConvertFullPath(url_, dataFullPath) && !dataFullPath.empty()) { in ReadDataFromFile()
|
H A D | lite_stream_player.cpp | 136 if (OSAL::ConvertFullPath(dataPath, dataFullPath) && !dataFullPath.empty()) { in ReadDataFromFile()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/ |
H A D | dump_buffer.cpp | 74 bool isFileExist = OSAL::ConvertFullPath(filePath, fullPath); in PrepareDumpDir()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/ |
H A D | video_file_capture_plugin.cpp | 104 if (OSAL::ConvertFullPath(filePath, fullPath) && !fullPath.empty()) { in Prepare()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/ |
H A D | source.cpp | 403 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 D | media_source_filter.cpp | 344 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 D | ability_manager_service_third_test.cpp | 1358 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 D | work_scheduler_service.cpp | 356 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 D | bgtask_misc_unit_test.cpp | 665 EXPECT_FALSE(DelayedSingleton<DataStorageHelper>::GetInstance()->ConvertFullPath("", fullPath));
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 1523 bool result = bundleActiveConfigReader->ConvertFullPath(partialPath, fullPath);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_service.h | 2407 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 11887 if (!ConvertFullPath(filePath, realPath)) { in ParseJsonValueFromFile() 11910 bool AbilityManagerService::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function in OHOS::AAFwk::AbilityManagerService
|