Home
last modified time | relevance | path

Searched defs:fileName (Results 326 - 350 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp36 string fileName; in SendEvent() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dscanner_utils.cpp108 string fileName = GetFileNameFromUri(path); in IsFileHidden() local
/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h39 ToneAttrs(std::string title, std::string fileName, std::string uri, ToneCustomizedType custType, in ToneAttrs() argument
64 void SetFileName(const std::string fileName) in SetFileName() argument
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/include/
H A Dscreen_capture_unit_test.h101 char fileName[100] = {0}; member in OHOS::Media::ScreenCaptureUnitTest
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore.cpp163 string fileName = RingtoneFileUtils::GetFileNameFromPath(info.data); in OnPrepare() local
/foundation/multimodalinput/input/service/device_config/src/
H A Ddevice_config_file_parser.cpp62 std::string fileName = in CombDeviceFileName() local
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_unit_test.cpp88 void SoundPoolUnitTest::loadUrl(std::string fileName, int32_t loadNum) in loadUrl() argument
100 void SoundPoolUnitTest::loadFd(std::string fileName, int32_t loadNum) in loadFd() argument
167 std::string fileName = "/data/test/test_05.mp3"; in HWTEST_F() local
311 std::string fileName = "/data/test/test_05.mp3"; HWTEST_F() local
463 std::string fileName = "/data/test/test_05.mp3"; HWTEST_F() local
[all...]
H A Dsoundpool_mock.cpp118 size_t SoundPoolMock::GetFileSize(const std::string& fileName) in GetFileSize() argument
/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_auto_repeat_test.cpp92 std::string fileName = "test"; in HWTEST_F() local
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp55 const std::string &fileName = InputDisplayBindHelperTest::bindCfgFile_; in WriteConfigFile() local
/foundation/resourceschedule/qos_manager/services/src/
H A Dqos_interface.cpp30 char fileName[] = "/proc/self/sched_rtg_ctrl"; in TrivalOpenRtgNode() local
41 char fileName[] = "/dev/auth_ctrl"; in TrivalOpenAuthCtrlNode() local
52 char fileName[] = "/proc/thread-self/sched_qos_ctrl"; in TrivalOpenQosCtrlNode() local
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_common_test.cpp243 const char fileName[TEST_FILE_LENGTH] = {0}; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A DTlsSocketServerTest.cpp55 std::string ChangeToFile(std::string_view fileName) in ChangeToFile() argument
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey() argument
162 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase) in DecodeDer() argument
244 void TLSKey::DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase) in DecodePem() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dperformance_analysis.cpp230 void PerformanceAnalysis::SetFileName(const std::string &fileName) in SetFileName() argument
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_utils_tools_test.cpp190 std::string fileName = ""; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp108 std::string fileName = path.substr(pos + 1, path.length()); in GetRealPath() local
/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
H A Db_session_restore_test.cpp256 string fileName = ""; in HWTEST_F() local
287 const string fileName = "1.tar"; in HWTEST_F() local
329 const string fileName = "1.tar"; in HWTEST_F() local
H A Db_session_restore_async_test.cpp201 string fileName = ""; in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_db_const.h60 std::string fileName; member
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Dcloud_disk_inode.h65 std::string fileName; member
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp54 tuple<bool, int> FileWatcherManager::CheckEventWatched(const string &fileName, const uint32_t &event) in CheckEventWatched() argument
68 bool FileWatcherManager::AddWatcherInfo(const string &fileName, shared_ptr<WatcherInfoArg> arg) in AddWatcherInfo() argument
131 NotifyToWatchNewEvents(const string &fileName, const int &wd, const uint32_t &watchEvents) NotifyToWatchNewEvents() argument
208 string fileName = tempFileName; NotifyEvent() local
[all...]
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_hidumper.cpp223 std::string fileName = DUMP_FILE_PATH + "/" + file + std::to_string(video.width) + ")_height(" + in SaveFile() local
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_reverse_proxy_mock.cpp23 void ServiceReverseProxy::BackupOnFileReady(string bundleName, string fileName, int fd, int32_t errCode) {} in BackupOnFileReady() argument
41 void ServiceReverseProxy::RestoreOnFileReady(string bundleName, string fileName, int fd, int32_t errCode) {} in RestoreOnFileReady() argument
47 void ServiceReverseProxy::IncrementalBackupOnFileReady(string bundleName, string fileName, int fd, int manifestFd, in IncrementalBackupOnFileReady() argument
66 void ServiceReverseProxy::IncrementalRestoreOnFileReady(string bundleName, string fileName, int fd, int manifestFd, in IncrementalRestoreOnFileReady() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_proxy_test.cpp197 string fileName = "1.tar"; in HWTEST_F() local
325 string fileName = "1.tar"; in HWTEST_F() local
684 string fileName = ""; in HWTEST_F() local
716 string fileName = ""; in HWTEST_F() local
749 string fileName = ""; HWTEST_F() local
912 string fileName = "1.tar"; HWTEST_F() local
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...37