/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_notify.cpp | 61 screenOffWant_->GetAction().c_str(), static_cast<long long>(eventTime)); in PublishScreenOffEvents() 63 POWER_HILOGI(FEATURE_SUSPEND, "[UL_POWER] Publish event %{public}s done", screenOffWant_->GetAction().c_str()); in PublishScreenOffEvents() 69 screenOnWant_->GetAction().c_str(), static_cast<long long>(eventTime)); in PublishScreenOnEvents() 71 POWER_HILOGI(FEATURE_WAKEUP, "[UL_POWER] Publish event %{public}s done", screenOnWant_->GetAction().c_str()); in PublishScreenOnEvents() 78 enterForceSleepWant_->GetAction().c_str(), static_cast<long long>(eventTime)); in PublishEnterForceSleepEvents() 81 FEATURE_SUSPEND, "[UL_POWER] Publish event %{public}s done", enterForceSleepWant_->GetAction().c_str()); in PublishEnterForceSleepEvents() 87 exitForceSleepWant_->GetAction().c_str(), static_cast<long long>(eventTime)); in PublishExitForceSleepEvents() 89 POWER_HILOGI(FEATURE_WAKEUP, "[UL_POWER] Publish event %{public}s done", exitForceSleepWant_->GetAction().c_str()); in PublishExitForceSleepEvents()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_key_event_wrapper.cpp | 26 int32_t ArkWebKeyEventWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebKeyEventWrapper 28 return ark_web_key_event_->GetAction(); in GetAction()
|
H A D | ark_web_drag_event_impl.cpp | 36 int ArkWebDragEventImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebDragEventImpl 38 return static_cast<int>(nweb_drag_event_->GetAction()); in GetAction()
|
H A D | ark_web_mouse_event_impl.cpp | 41 int32_t ArkWebMouseEventImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebMouseEventImpl 43 return mouseEvent_->GetAction(); in GetAction()
|
H A D | ark_web_select_popup_menu_item_wrapper.cpp | 41 uint32_t ArkWebSelectPopupMenuItemWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemWrapper 43 return ark_web_select_popup_menu_item_->GetAction(); in GetAction()
|
H A D | ark_web_key_event_wrapper.h | 32 int32_t GetAction() override;
|
H A D | ark_web_drag_event_impl.h | 36 int GetAction() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_key_event_impl.cpp | 26 int32_t ArkWebKeyEventImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebKeyEventImpl 28 return nweb_key_event_->GetAction(); in GetAction()
|
H A D | ark_web_drag_event_wrapper.cpp | 36 ArkWebDragAction ArkWebDragEventWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebDragEventWrapper 38 return static_cast<ArkWebDragAction>(ark_web_drag_event_->GetAction()); in GetAction()
|
H A D | ark_web_select_popup_menu_item_impl.cpp | 37 uint32_t ArkWebSelectPopupMenuItemImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemImpl 39 return nweb_select_popup_menu_item_->GetAction(); in GetAction()
|
H A D | ark_web_mouse_event_wrapper.cpp | 41 int32_t ArkWebMouseEventWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebMouseEventWrapper 43 return mouseEvent_->GetAction(); in GetAction()
|
H A D | ark_web_key_event_impl.h | 32 int32_t GetAction() override;
|
H A D | ark_web_drag_event_wrapper.h | 38 ArkWebDragAction GetAction() override;
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_suspend_parse_test.cpp | 67 if (it->GetAction() != 1) { in TestPowerSuspend() 76 if (it->GetAction() != 1) { in TestPowerSuspend() 85 if (it->GetAction() != 1) { in TestPowerSuspend() 94 if (it->GetAction() != 1) { in TestPowerSuspend()
|
/base/time/time_service/services/time/src/ |
H A D | time_service_notify.cpp | 43 TIME_HILOGD(TIME_MODULE_SERVICE, "Start to publish event %{public}s at %{public}lld", want.GetAction().c_str(), in PublishEvents() 47 TIME_HILOGE(TIME_MODULE_SERVICE, "failed to Publish event %{public}s", want.GetAction().c_str()); in PublishEvents() 50 TIME_HILOGI(TIME_MODULE_SERVICE, "Publish event %{public}s done", want.GetAction().c_str()); in PublishEvents()
|
/base/notification/common_event_service/services/src/ |
H A D | static_subscriber_manager.cpp | 154 SendStaticSubscriberStartHiSysEvent(userId, abilityName, bundleName, data.GetWant().GetAction()); in PublishCommonEventConnecAbility() 161 auto targetSubscribers = validSubscribers_.find(data.GetWant().GetAction()); in PublishCommonEventInner() 166 SendStaticEventProcErrHiSysEvent(userId, bundleName, subscriber.bundleName, data.GetWant().GetAction()); in PublishCommonEventInner() 172 SendStaticEventProcErrHiSysEvent(userId, bundleName, subscriber.bundleName, data.GetWant().GetAction()); in PublishCommonEventInner() 179 SendStaticEventProcErrHiSysEvent(userId, bundleName, subscriber.bundleName, data.GetWant().GetAction()); in PublishCommonEventInner() 189 SendStaticEventProcErrHiSysEvent(userId, bundleName, subscriber.bundleName, data.GetWant().GetAction()); in PublishCommonEventInner() 195 SendStaticEventProcErrHiSysEvent(userId, bundleName, subscriber.bundleName, data.GetWant().GetAction()); in PublishCommonEventInner() 204 EVENT_LOGI("Notify %{public}s end, StaticSubscriber = %{public}s", data.GetWant().GetAction().c_str(), in PublishCommonEventInner() 215 EVENT_LOGD("enter, event = %{public}s, userId = %{public}d", data.GetWant().GetAction().c_str(), userId); in PublishCommonEvent() 224 data.GetWant().GetAction() in PublishCommonEvent() [all...] |
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_operator_brocast_test.cpp | 28 data.GetWant().GetAction().c_str(), data.GetData().c_str(), data.GetCode(), in OnReceiveEvent() 30 auto eventName = data.GetWant().GetAction(); in OnReceiveEvent()
|
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/ |
H A D | mock_want.cpp | 20 std::string Want::GetAction() const
in GetAction() function in OHOS::AAFwk::Want
|
/base/telephony/core_service/services/network_search/test/ |
H A D | test_broadcast.cpp | 26 TELEPHONY_LOGI("TestBroadCast::OnReceiveEvent:event=%{public}s", data.GetWant().GetAction().c_str()); in OnReceiveEvent() 27 auto eventName = data.GetWant().GetAction(); in OnReceiveEvent()
|
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | mock_want.cpp | 29 std::string Want::GetAction() const
in GetAction() function in OHOS::AAFwk::Want
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_key_event.h | 28 virtual int32_t GetAction() = 0;
|
H A D | ark_web_drag_event.h | 34 virtual int GetAction() = 0;
|
H A D | ark_web_mouse_event.h | 59 virtual int32_t GetAction() = 0;
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_event_test.cpp | 90 EXPECT_EQ(want.GetAction(), CommonEventSupport::COMMON_EVENT_USB_STATE); in HWTEST_F() 115 EXPECT_EQ(want.GetAction(), CommonEventSupport::COMMON_EVENT_USB_STATE); in HWTEST_F() 140 EXPECT_EQ(want.GetAction(), CommonEventSupport::COMMON_EVENT_USB_DEVICE_ATTACHED); in HWTEST_F() 194 EXPECT_EQ(want.GetAction(), CommonEventSupport::COMMON_EVENT_USB_DEVICE_DETACHED); in HWTEST_F() 229 EXPECT_EQ(want.GetAction(), CommonEventSupport::COMMON_EVENT_USB_PORT_CHANGED); in HWTEST_F() 263 EXPECT_EQ(want.GetAction(), CommonEventSupport::COMMON_EVENT_USB_PORT_CHANGED); in HWTEST_F()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_key_event.h | 31 virtual int32_t GetAction() = 0;
|