Searched refs:BehaviorEventParam (Results 1 - 5 of 5) sorted by relevance
/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/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 52 struct BehaviorEventParam { struct 65 static int ReportBehaviorEvent(const BehaviorEventParam& param);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | dms_hisysevent_report.cpp | 45 int DmsHiSysEventReport::ReportBehaviorEvent(const BehaviorEventParam& param) in ReportBehaviorEvent()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
H A D | dms_hisysevent_report_test.cpp | 59 BehaviorEventParam param; in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 285 BehaviorEventParam eventParam = { EventCallingType::LOCAL, eventName, result, want.GetElement().GetBundleName(), in ReportEvent() 396 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::START_REMOTE_ABILITY, result, in StartAbilityFromRemoteInner() 794 BehaviorEventParam eventParam = { EventCallingType::LOCAL, BehaviorEvent::DISCONNECT_REMOTE_ABILITY, result }; in DisconnectRemoteAbilityInner() 845 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, in ConnectAbilityFromRemoteInner() 876 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::DISCONNECT_REMOTE_ABILITY, result }; in DisconnectAbilityFromRemoteInner() 1325 BehaviorEventParam eventParam = { EventCallingType::LOCAL, BehaviorEvent::RELEASE_REMOTE_ABILITY, result, in ReleaseRemoteAbilityInner() 1369 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::START_REMOTE_ABILITY_BYCALL, result, in StartAbilityByCallFromRemoteInner() 1395 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::RELEASE_REMOTE_ABILITY, result, in ReleaseAbilityFromRemoteInner()
|
Completed in 5 milliseconds