Home
last modified time | relevance | path

Searched refs:ReportBehaviorEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp65 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
82 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
99 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
116 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
133 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
150 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_hisysevent_report_test.cpp63 int32_t result = DmsHiSysEventReport::ReportBehaviorEvent(param);
70 result = DmsHiSysEventReport::ReportBehaviorEvent(param);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h65 static int ReportBehaviorEvent(const BehaviorEventParam& param);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_hisysevent_report.cpp45 int DmsHiSysEventReport::ReportBehaviorEvent(const BehaviorEventParam& param) in ReportBehaviorEvent() function in OHOS::DistributedSchedule::DmsHiSysEventReport
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage_manager.h78 void ReportBehaviorEvent(const std::string& event);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp279 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in ReportEvent()
384 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in StartAbilityFromRemoteInner()
770 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in DisconnectRemoteAbilityInner()
816 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in ConnectAbilityFromRemoteInner()
840 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in DisconnectAbilityFromRemoteInner()
1280 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in ReleaseRemoteAbilityInner()
1324 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in StartAbilityByCallFromRemoteInner()
1350 DmsHiSysEventReport::ReportBehaviorEvent(eventParam); in ReleaseAbilityFromRemoteInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp388 ReportBehaviorEvent(DP_SYNC_EVENT); in SyncDeviceProfile()
596 void DeviceProfileStorageManager::ReportBehaviorEvent(const std::string& event) in ReportBehaviorEvent() function in OHOS::DeviceProfile::DeviceProfileStorageManager
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp546 DeviceProfileStorageManager::GetInstance().ReportBehaviorEvent(event);