Home
last modified time | relevance | path

Searched defs:path (Results 2576 - 2600 of 4584) sorted by relevance

1...<<101102103104105106107108109110>>...184

/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp108 MediaPrivacyManager::MediaPrivacyManager(const string &path, const string &mode, const string &fileId) in MediaPrivacyManager() argument
129 static bool IsTargetExtension(const string &path) in IsTargetExtension() argument
203 static int32_t OpenOriginFd(const string &path, const string &mode) in OpenOriginFd() argument
220 static int32_t OpenFilterProxyFd(const string &path, const string &mode, const PrivacyRanges &ranges) in OpenFilterProxyFd() argument
303 CollectRanges(const string &path, const HideSensitiveType &sensitiveType, PrivacyRanges &ranges) CollectRanges() argument
358 GetPrivacyRanges(const string &path, const string &mode, const string &fileId, PrivacyRanges &ranges) GetPrivacyRanges() argument
[all...]
/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp158 int32_t Recorder::SetOutputPath(const string &path) in SetOutputPath() argument
/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp168 int32_t Recorder::RecorderClient::SetOutputPath(const string &path) in SetOutputPath() argument
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h182 std::string path; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_audio_operations.cpp426 string path = MediaLibraryRdbStore::GetString(resultSet, PhotoColumn::MEDIA_FILE_PATH); in MoveToMusic() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp94 string path = "/storage/cloud/files/photo/1/" + displayName; in InsertPhoto() local
134 string path = InsertPhoto(mediaType); in PreparePhotos() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp311 string path = ""; in HWTEST_F() local
313 EXPECT_EQ(MediaFileUtils::UpdatePath(path, uri), path); in HWTEST_F() local
318 string path = "/storage/cloud/100/files"; in HWTEST_F() local
320 EXPECT_EQ(MediaFileUtils::UpdatePath(path, uri), path); in HWTEST_F() local
325 string path = "local/files"; in HWTEST_F() local
328 EXPECT_EQ(MediaFileUtils::UpdatePath(path, uri), path); in HWTEST_F() local
333 string path in HWTEST_F() local
336 EXPECT_EQ(MediaFileUtils::UpdatePath(path, uri), path); HWTEST_F() local
341 string path = "/storage/cloud/100"; HWTEST_F() local
343 EXPECT_EQ(MediaFileUtils::UpdatePath(path, uri), path); HWTEST_F() local
657 string path = "/storage/cloud/files/Photo/1/IMG_test.jpg"; HWTEST_F() local
664 string path = "/storage/cloud/files/Photo/1/invalidPath"; HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dcommand_line.cpp71 static inline bool IsDirPath(const std::string path) in IsDirPath() argument
92 std::string path; CheckRecvPath() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dfile_utils.cpp114 string path = GetStringVal(MediaColumn::MEDIA_FILE_PATH, resultSet); in SavePicture() local
139 int32_t FileUtils::SavePicture(const string &path, std::shared_ptr<Media::Picture> &picture, in SavePicture() argument
147 int32_t FileUtils::DealPicture(const std::string &mime_type, const std::string &path, in DealPicture() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h101 EXPORT std::string path; member in OHOS::Media::ThumbnailData
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_sink.cpp72 int32_t RecorderSink::SetOutputPath(const string &path) in SetOutputPath() argument
/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_service.cpp188 char *path = (char *)ReadString(req, &strSize); in Dispatch() local
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp177 char path[PATH_MAX] = {0x00}; in LoadLibrary() local
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dvibrate_asset.cpp58 void VibrateAsset::SetPath(const string &path) in SetPath() argument
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_base.cpp227 string path = {}; in GetRestoreDir() local
/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp38 static bool PathToRealFileUrl(const std::string_view &path, std::string &realPath) in PathToRealFileUrl() argument
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_db.cpp31 int32_t RingtoneScannerDb::GetFileBasicInfo(const string &path, unique_ptr<RingtoneMetadata> &ptr) in GetFileBasicInfo() argument
52 int32_t RingtoneScannerDb::GetVibrateFileBasicInfo(const string &path, unique_ptr<VibrateMetadata> &ptr) in GetVibrateFileBasicInfo() argument
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dmemcg.cpp146 std::string path = KernelInterface::GetInstance().JoinPath(GetMemcgPath_(), "memory.stat"); in UpdateMemInfoFromKernel() local
249 inline bool Memcg::WriteToFile_(const std::string& path, const std::string& content, bool truncated) in WriteToFile_() argument
263 std::string path = KernelInterface::GetInstance().JoinPath(GetMemcgPath_(), "memory.zswapd_single_memcg_param"); in ReadScoreAndReclaimRatiosFromKernel_() local
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp228 std::string path = KernelInterface::GetInstance().JoinPath("/proc/", std::to_string(pid), "/oom_score_adj"); in GetReclaimPriorityByPid() local
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dpurgeable_memory_manager_test.cpp234 const char *path = PurgeableMemUtils::PATH_PURGE_HEAP.c_str(); in HWTEST_F() local
H A Dkernel_interface_test.cpp88 std::string path = KernelInterface::GetInstance().JoinPath(first, second); in HWTEST_F() local
124 std::string path = KernelInterface::GetInstance().JoinPath(BASE_PATH, "testFile"); HWTEST_F() local
135 std::string path = KernelInterface::GetInstance().JoinPath(BASE_PATH, "testFile"); HWTEST_F() local
148 std::string path = KernelInterface::GetInstance().JoinPath(BASE_PATH, "testFile"); HWTEST_F() local
181 std::string path = KernelInterface::GetInstance().JoinPath(BASE_PATH, "testFile"); HWTEST_F() local
209 std::string path = "/NoSuchDir/file"; HWTEST_F() local
231 std::string path = "/NoSuchDir/NoSuchFile"; HWTEST_F() local
256 std::string path = KernelInterface::GetInstance().JoinPath(BASE_PATH, "testDir"); HWTEST_F() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_common.h60 std::string path; member in OHOS::ResourceSchedule::ResNode
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_utils.cpp97 std::string path = KernelInterface::GetInstance().JoinPath(KernelInterface::ROOT_PROC_PATH, std::to_string(pid), in GetProcPurgeableHeapInfo() local
143 std::string path = KernelInterface::GetInstance().JoinPath(memcgPath, FILE_PURGE_MEMCG_HEAP); in PurgeHeapMemcg() local
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp92 auto path = TEST_RESOURCE_PATH + "test_trust_not_all_allow.json"; in HWTEST_F() local
121 auto path = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; in HWTEST_F() local
337 string path = ""; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_database_helper.cpp57 NetStatsDatabaseHelper::NetStatsDatabaseHelper(const std::string &path) in NetStatsDatabaseHelper() argument
93 int32_t NetStatsDatabaseHelper::Open(const std::string &path) in Open() argument

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...184