Home
last modified time | relevance | path

Searched refs:eventResult (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp29 const int32_t eventResult = 0; member
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/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_event_cmd.cpp91 cJSON *eventResult = cJSON_GetObjectItemCaseSensitive(valueJson, "EventResult"); in Unmarshal() local
92 if (eventResult == nullptr || !cJSON_IsNumber(eventResult)) { in Unmarshal()
96 event->eventResult_ = eventResult->valueint; in Unmarshal()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_hisysevent_report_test.cpp30 const int32_t eventResult = 0; member
68 param = { EventCallingType::LOCAL, BehaviorEvent::START_REMOTE_ABILITY, eventResult, in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h55 int32_t eventResult; member
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_hisysevent_report.cpp54 KEY_RESULT, param.eventResult, in ReportBehaviorEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp723 std::vector<BundleActiveEvent> eventResult; in ShellDump() local
730 this->QueryBundleEvents(eventResult, beginTime, endTime, userId); in ShellDump()
731 for (auto& oneEvent : eventResult) { in ShellDump()

Completed in 4 milliseconds