Home
last modified time | relevance | path

Searched defs:profileEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp38 for (auto profileEvent : profileEvents) { in WriteProfileEvents() local
52 ProfileEvent profileEvent = static_cast<ProfileEvent>(parcel.ReadUint32()); in ReadProfileEvents() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_event_handler_factory.cpp38 …::shared_ptr<ProfileEventHandler> ProfileEventHandlerFactory::GetHandler(ProfileEvent profileEvent) in GetHandler()
H A Dsubscribe_info_checker.cpp38 auto profileEvent = subscribeInfo.profileEvent; in Check() local
H A Dsubscribe_manager.cpp68 auto profileEvent = subscribeInfo.profileEvent; in SubscribeProfileEvents() local
114 for (auto profileEvent : profileEvents) { in UnsubscribeProfileEvents() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dicollect_plugin.h50 virtual bool CheckExtraMessage(int64_t extraDataId, const OnDemandEvent& profileEvent) in CheckExtraMessage()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp235 int32_t DistributedDeviceProfileClient::UnsubscribeProfileEvent(ProfileEvent profileEvent, in UnsubscribeProfileEvent()
254 for (auto profileEvent : profileEvents) { in UnsubscribeProfileEvents() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_crud_test.cpp335 ProfileEvent profileEvent = static_cast<ProfileEvent>(parcel.ReadUint32()); variable
662 ProfileEvent profileEvent; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp298 bool CommonEventCollect::CheckExtraMessage(int64_t extraDataId, const OnDemandEvent& profileEvent) in CheckExtraMessage()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp312 ProfileEvent profileEvent = static_cast<ProfileEvent>(data.ReadUint32()); in UnsubscribeProfileEventInner() local