Home
last modified time | relevance | path

Searched defs:changeType (Results 1 – 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Ddata_sync_notifier.cpp59 static int32_t NotifyFileAssetChange(const string &uri, const ChangeType changeType) in NotifyFileAssetChange()
73 static int32_t NotifyAlbumChange(const string &uri, const ChangeType changeType) in NotifyAlbumChange()
78 static int32_t NotifyAlbumMapChange(const string &uri, const ChangeType changeType, const string &f… in NotifyAlbumMapChange()
83 int32_t DataSyncNotifier::TryNotify(const string &uri, const ChangeType changeType, const string &f… in TryNotify()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dprofile_change_handler_test.cpp87 ProfileChangeType changeType {ProfileChangeType::UNKNOWN_CHANGE_TYPE}; variable
107 ProfileChangeType changeType {ProfileChangeType::UNKNOWN_CHANGE_TYPE}; variable
127 ProfileChangeType changeType {ProfileChangeType::UNKNOWN_CHANGE_TYPE}; variable
147 ProfileChangeType changeType {ProfileChangeType::UNKNOWN_CHANGE_TYPE}; variable
167 ProfileChangeType changeType {ProfileChangeType::UNKNOWN_CHANGE_TYPE}; variable
/foundation/ability/ability_runtime/services/dataobsmgr/src/
Ddataobs_mgr_changeinfo.cpp47 uint32_t changeType; in Unmarshalling() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_const_properties.cpp131 napi_value changeType = nullptr; in ExportChangeType() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/
Dnotify_test.cpp124 void CheckAlbumNotify(NotifyType notifyType, DataShareObserver::ChangeType changeType) in CheckAlbumNotify()
/foundation/window/window_manager/wmserver/src/
Ddisplay_group_info.cpp90 …DisplayGroupInfo::SetDisplayStateChangeType(DisplayId displayId, DisplayStateChangeType changeType) in SetDisplayStateChangeType()
/foundation/deviceprofile/device_info_manager/services/core/src/subscribemanager/
Dprofile_change_handler.cpp132 ProfileChangeType changeType, std::vector<ProfileEntry>& profileEntries, in ConvertEntry()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_service.cpp285 ConfigChange changeType = isUpdate ? ConfigChange::CONFIG_UPDATE : ConfigChange::CONFIG_ADD; in AddDeviceConfig() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_notify.cpp97 ChangeType changeType; in SendAlbumSub() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
Ddistributed_sched_service.cpp1402 …tedSchedService::ReportDistributedComponentChange(const CallerInfo& callerInfo, int32_t changeType, in ReportDistributedComponentChange()
1435 …dSchedService::ReportDistributedComponentChange(const ConnectInfo& connectInfo, int32_t changeType, in ReportDistributedComponentChange()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/gallery_data_sync/
Dfile_data_handler.cpp208 ChangeType changeType = ChangeType::INVAILD; in OnFetchRecords() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
Daudio_policy_server.cpp1365 …Server::UpdateAudioScene(const AudioInterrupt &audioInterrupt, AudioInterruptChangeType changeType) in UpdateAudioScene()