Home
last modified time | relevance | path

Searched refs:GetAction (Results 1 - 25 of 149) sorted by relevance

123456

/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_notify.cpp61 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 Dark_web_key_event_wrapper.cpp26 int32_t ArkWebKeyEventWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebKeyEventWrapper
28 return ark_web_key_event_->GetAction(); in GetAction()
H A Dark_web_drag_event_impl.cpp36 int ArkWebDragEventImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebDragEventImpl
38 return static_cast<int>(nweb_drag_event_->GetAction()); in GetAction()
H A Dark_web_mouse_event_impl.cpp41 int32_t ArkWebMouseEventImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebMouseEventImpl
43 return mouseEvent_->GetAction(); in GetAction()
H A Dark_web_select_popup_menu_item_wrapper.cpp41 uint32_t ArkWebSelectPopupMenuItemWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemWrapper
43 return ark_web_select_popup_menu_item_->GetAction(); in GetAction()
H A Dark_web_key_event_wrapper.h32 int32_t GetAction() override;
H A Dark_web_drag_event_impl.h36 int GetAction() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_key_event_impl.cpp26 int32_t ArkWebKeyEventImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebKeyEventImpl
28 return nweb_key_event_->GetAction(); in GetAction()
H A Dark_web_drag_event_wrapper.cpp36 ArkWebDragAction ArkWebDragEventWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebDragEventWrapper
38 return static_cast<ArkWebDragAction>(ark_web_drag_event_->GetAction()); in GetAction()
H A Dark_web_select_popup_menu_item_impl.cpp37 uint32_t ArkWebSelectPopupMenuItemImpl::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemImpl
39 return nweb_select_popup_menu_item_->GetAction(); in GetAction()
H A Dark_web_mouse_event_wrapper.cpp41 int32_t ArkWebMouseEventWrapper::GetAction() in GetAction() function in OHOS::ArkWeb::ArkWebMouseEventWrapper
43 return mouseEvent_->GetAction(); in GetAction()
H A Dark_web_key_event_impl.h32 int32_t GetAction() override;
H A Dark_web_drag_event_wrapper.h38 ArkWebDragAction GetAction() override;
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_parse_test.cpp67 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 Dtime_service_notify.cpp43 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 Dstatic_subscriber_manager.cpp154 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 Dsim_operator_brocast_test.cpp28 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 Dmock_want.cpp20 std::string Want::GetAction() const in GetAction() function in OHOS::AAFwk::Want
/base/telephony/core_service/services/network_search/test/
H A Dtest_broadcast.cpp26 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 Dmock_want.cpp29 std::string Want::GetAction() const in GetAction() function in OHOS::AAFwk::Want
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_key_event.h28 virtual int32_t GetAction() = 0;
H A Dark_web_drag_event.h34 virtual int GetAction() = 0;
H A Dark_web_mouse_event.h59 virtual int32_t GetAction() = 0;
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp90 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 Dnweb_key_event.h31 virtual int32_t GetAction() = 0;

Completed in 6 milliseconds

123456