Searched refs:eventResult (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 29 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 D | dcamera_event_cmd.cpp | 91 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 D | dms_hisysevent_report_test.cpp | 30 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 D | dms_hisysevent_report.h | 55 int32_t eventResult; member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | dms_hisysevent_report.cpp | 54 KEY_RESULT, param.eventResult, in ReportBehaviorEvent()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_service.cpp | 723 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