Home
last modified time | relevance | path

Searched refs:BehaviorEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp63 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 Ddms_hisysevent_report.h24 namespace BehaviorEvent { namespace
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_hisysevent_report_test.cpp68 param = { EventCallingType::LOCAL, BehaviorEvent::START_REMOTE_ABILITY, eventResult, in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp263 ReportEvent(*want, BehaviorEvent::START_REMOTE_ABILITY, result, callerUid); in StartRemoteAbilityInner()
396 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::START_REMOTE_ABILITY, result, in StartAbilityFromRemoteInner()
670 ReportEvent(*want, BehaviorEvent::START_CONTINUATION, result, callerUid); in StartContinuationInner()
774 ReportEvent(*want, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, callerUid); in ConnectRemoteAbilityInner()
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()
1306 ReportEvent(*want, BehaviorEvent::START_REMOTE_ABILITY_BYCALL, result, callerUid); in StartRemoteAbilityByCallInner()
1325 BehaviorEventParam eventParam = { EventCallingType::LOCAL, BehaviorEvent::RELEASE_REMOTE_ABILITY, result, in ReleaseRemoteAbilityInner()
1369 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent in StartAbilityByCallFromRemoteInner()
[all...]

Completed in 5 milliseconds