Home
last modified time | relevance | path

Searched refs:ConvertFullPath (Results 1 - 20 of 20) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/foundation/osal/utils/
H A Dutil.h25 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_utils.h54 static bool ConvertFullPath(const std::string &inOriPath, std::string &outRealPath);
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dutil.h36 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp66 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function
/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H A Dutil.cpp56 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function
/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
/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Ddata_storage_helper.h41 bool ConvertFullPath(const std::string &partialPath, std::string &fullPath);
/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
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp655 * @tc.desc test ConvertFullPath
663 bool res = WorkSchedUtils::ConvertFullPath(partialPath, fullPath); in HWTEST_F()
667 res = WorkSchedUtils::ConvertFullPath(partialPathLong, fullPath); in HWTEST_F()
671 res = WorkSchedUtils::ConvertFullPath(partialPath, fullPath); in HWTEST_F()
675 res = WorkSchedUtils::ConvertFullPath(partialPath, fullPath); in HWTEST_F()
/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()
/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp74 bool isFileExist = OSAL::ConvertFullPath(filePath, fullPath); in PrepareDumpDir()
/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()
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.cpp408 ret = OSAL::ConvertFullPath(uri_, fullPath); // convert path to full path in GetProtocolByUri()
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp370 ret = OSAL::ConvertFullPath(uri_, fullPath); // convert path to full path in GetProtocolByUri()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp295 if (!WorkSchedUtils::ConvertFullPath(filePath, realPath)) { in GetJsonFromFile()
1074 if (!WorkSchedUtils::ConvertFullPath(PERSISTED_FILE_PATH, realPath)) { in RefreshPersistedWorks()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp2350 * Function: ConvertFullPath
2351 * FunctionPoints: ConvertFullPath
2360 EXPECT_EQ(abilityMs_->ConvertFullPath(partialPath, fullPath), false); in HWTEST_F()
2363 EXPECT_NE(abilityMs_->ConvertFullPath(partialPath, fullPath), true); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp664 EXPECT_FALSE(DelayedSingleton<DataStorageHelper>::GetInstance()->ConvertFullPath("", fullPath)); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2394 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp11577 if (!ConvertFullPath(filePath, realPath)) { in ParseJsonValueFromFile()
11600 bool AbilityManagerService::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath() function in OHOS::AAFwk::AbilityManagerService

Completed in 41 milliseconds