/foundation/multimedia/av_codec/test/unittest/demuxer_test/ |
H A D | demuxer_unit_test.cpp | 29 #define LOCAL true macro 265 InitResource(g_mp4Path, LOCAL); in HWTEST_F() 297 InitResource(g_mp4Path, LOCAL); in HWTEST_F() 310 InitResource(g_tsPath, LOCAL); in HWTEST_F() 329 InitResource(g_mp4Path4, LOCAL); in HWTEST_F() 339 InitResource(g_mp4Path4, LOCAL); in HWTEST_F() 351 InitResource(g_aacPath, LOCAL); in HWTEST_F() 370 InitResource(g_flacPath, LOCAL); in HWTEST_F() 389 InitResource(g_m4aPath, LOCAL); in HWTEST_F() 408 InitResource(g_mp3Path, LOCAL); in HWTEST_F() [all...] |
H A D | demuxer_hevc_unit_test.cpp | 30 #define LOCAL true macro 144 ReadSample(g_hdrVividPath, LOCAL); in HWTEST_F() 182 ReadSample(g_mp4HevcPath, LOCAL); in HWTEST_F() 220 ReadSample(g_mkvHevcAccPath, LOCAL); in HWTEST_F() 236 ReadSample(g_mkvAvcOpusPath, LOCAL); in HWTEST_F() 252 ReadSample(g_mkvAvcMp3Path, LOCAL); in HWTEST_F() 322 ReadSample(g_tsHevcAacPath, LOCAL); in HWTEST_F() 361 ReadSample(path, LOCAL); in HWTEST_F() 380 ReadSample(g_fmp4HevcPath, LOCAL); in HWTEST_F() 418 ReadSample(g_doubleVividPath, LOCAL); in HWTEST_F() [all...] |
H A D | demuxer_plugin_manager_test.cpp | 22 #define LOCAL true
macro
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 63 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_REMOTE_ABILITY, eventResult, in HWTEST_F() 80 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::CONNECT_REMOTE_ABILITY, eventResult, in HWTEST_F() 97 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_CONTINUATION, eventResult, in HWTEST_F() 114 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_REMOTE_ABILITY_BYCALL, eventResult, in HWTEST_F() 131 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::DISCONNECT_REMOTE_ABILITY, eventResult, in HWTEST_F() 148 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::RELEASE_REMOTE_ABILITY, eventResult, in HWTEST_F()
|
/foundation/filemanagement/file_api/interfaces/kits/native/fileio/ |
H A D | fileio_native.cpp | 28 LOCAL = 1, enumerator 42 if (fileLocation < Location::LOCAL || fileLocation > Location::LOCAL_AND_CLOUD) { in CheckLocation() 57 Location defaultLocation = LOCAL; in GetLocationFromPath()
|
/foundation/ai/ai_engine/services/common/platform/dl_operation/source/ |
H A D | aie_dl_operation.cpp | 27 const int LOCAL = (RTLD_NOW | RTLD_LOCAL); member 34 int flag = local ? LOCAL : GLOBAL; in AieDlopen()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | matrix_meta_data.h | 23 LOCAL, 33 int32_t origin = Origin::LOCAL;
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/ |
H A D | stat_entity.h | 25 LOCAL = 1 << 0, enumerator
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 48 constexpr const char* LOCAL = "LOCAL"; member
|
/foundation/filemanagement/app_file_service/interfaces/common/src/ |
H A D | sandbox_helper.cpp | 48 const string LOCAL = "local"; member 370 string networkId = LOCAL; in GetPhysicalPath() 406 string networkId = LOCAL; in GetBackupPhysicalPath()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_type_const.h | 72 constexpr int32_t LOCAL = 1;
member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
H A D | dms_hisysevent_report_test.cpp | 68 param = { EventCallingType::LOCAL, BehaviorEvent::START_REMOTE_ABILITY, eventResult, in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/ |
H A D | storage_status_service.h | 50 enum BUNDLE_STATS {APP = 0, LOCAL, DISTRIBUTED, DATABASE, CACHE};
enumerator
|
/foundation/multimedia/media_foundation/services/media_monitor/common/include/ |
H A D | media_monitor_info.h | 149 LOCAL = 0, enumerator
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_subscribe_test.cpp | 279 auto status = store->Subscribe({ SubscribeMode::LOCAL, "observer1" }, observer_.get()); in HWTEST_F() 280 store->Subscribe({ SubscribeMode::LOCAL, "observer1" }, observer_.get()); in HWTEST_F() 282 store->Subscribe({ SubscribeMode::LOCAL, "observer2" }, observer_.get()); in HWTEST_F() 295 status = store->UnSubscribe({ SubscribeMode::LOCAL, "nonexistent" }, observer_.get()); in HWTEST_F() 297 status = store->UnSubscribe({ SubscribeMode::LOCAL, "observer1" }, observer_.get()); in HWTEST_F() 299 status = store->UnSubscribe({ SubscribeMode::LOCAL, "nonexistent" }, nullptr); in HWTEST_F() 301 status = store->UnSubscribe({ SubscribeMode::LOCAL, "observer2" }, nullptr); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_hevc_unit_test.cpp | 31 #define LOCAL true macro 201 InitResource(g_hdrVividPath, LOCAL); in HWTEST_F() 231 InitResource(g_mp4HevcPath, LOCAL); in HWTEST_F() 261 InitResource(g_mkvHevcAccPath, LOCAL); in HWTEST_F() 288 InitResource(g_mkvAvcOpusPath, LOCAL); in HWTEST_F() 329 InitResource(g_mkvAvcMp3Path, LOCAL); in HWTEST_F() 455 InitResource(g_tsHevcAacPath, LOCAL); in HWTEST_F() 499 InitResource(g_fmp4HevcPath, LOCAL); in HWTEST_F() 621 InitResource(g_doubleVividPath, LOCAL); in HWTEST_F()
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | userfile_manager_types.h | 156 LOCAL = 1, member in OHOS::Media::MovingPhotoEffectMode::PhotoPositionType
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_data.h | 42 GenerateScene scene {GenerateScene::LOCAL};
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 314 DistributedRdb::SubscribeMode::LOCAL; in RegisterObserver() 315 if (option.mode == DistributedRdb::SubscribeMode::LOCAL) { in RegisterObserver() 426 DistributedRdb::SubscribeMode::LOCAL; in UnRegisterObserver() 427 if (option.mode == DistributedRdb::SubscribeMode::LOCAL) { in UnRegisterObserver() 466 DistributedRdb::SubscribeMode::LOCAL; in UnRegisterAllObserver() 467 if (option.mode == DistributedRdb::SubscribeMode::LOCAL) { in UnRegisterAllObserver()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | moving_photo_processor.cpp | 340 ->EqualTo(PhotoColumn::PHOTO_POSITION, static_cast<int32_t>(PhotoPositionType::LOCAL)) in QueryCandidateLivePhoto() 535 if (currentData.position == static_cast<int32_t>(PhotoPositionType::LOCAL)) { in GetUpdatedLivePhotoData() 551 if (livePhotoData.position != static_cast<int32_t>(PhotoPositionType::LOCAL) && in UpdateLivePhotoData()
|
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/ |
H A D | remote_file_share.cpp | 313 const std::string LOCAL = "local"; in GetLocalNetworkId() local 314 std::string networkId = LOCAL; in GetLocalNetworkId()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 234 LOCAL, enumerator
|
H A D | abs_predicates.h | 42 LOCAL = 0, enumerator
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 403 metaBase.position = LOCAL; in UpdateMetabase() 527 metaBase.position = LOCAL; in MkDir() 546 if (position != LOCAL) { in HandleWriteValue() 629 if (val != LOCAL && val != CLOUD && val != LOCAL_AND_CLOUD) { in LocationSetXattr() 1002 if (pos != LOCAL) { in ExtAttributeSetValue() 1070 if (position != LOCAL) { in FileRename() 1080 if (position != LOCAL) { in FileMove() 1093 if (position != LOCAL) { in FileMoveAndRename() 1225 if (position == LOCAL) { in Unlink()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_const.h | 203 LOCAL, member in OHOS::Media::PrefixType 245 { PrefixType::LOCAL, "/storage/media/local/files" },
|