Home
last modified time | relevance | path

Searched refs:eventAction (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
H A DAudioRendererInterruptCommonTypeUnitTest.js262 interruptType(eventAction);
298 interruptType(eventAction);
376 interruptType(eventAction);
408 interruptType(eventAction);
422 interruptType(eventAction);
444 interruptType(eventAction);
462 interruptType(eventAction);
480 interruptType(eventAction);
499 interruptType(eventAction);
545 interruptType(eventAction);
[all …]
H A DAudioRendererInterruptRareTypeUnitTest.js225 interruptPauseType(eventAction);
244 interruptPauseType(eventAction);
263 interruptType(eventAction);
281 interruptPauseType(eventAction);
299 interruptType(eventAction);
391 interruptPauseType(eventAction);
410 interruptPauseType(eventAction);
429 interruptType(eventAction);
465 interruptType(eventAction);
599 interruptType(eventAction);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp373 PostEventAction eventAction; variable
403 PostEventAction eventAction; variable
434 PostEventAction eventAction; variable
467 PostEventAction eventAction; variable
500 PostEventAction eventAction; variable
533 PostEventAction eventAction; variable
566 PostEventAction eventAction; variable
599 PostEventAction eventAction; variable
632 PostEventAction eventAction; variable
669 PostEventAction eventAction; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.cpp31 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std… in PublishEvent() argument
34 WIFI_LOGD("publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
37 want.SetAction(eventAction); in PublishEvent()
46 … WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
52 … WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
61 WIFI_LOGD("publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
64 want.SetAction(eventAction); in PublishEvent()
70 … WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
82 eventAction.c_str(), paramKey.c_str(), code); in PublishEvent()
85 want.SetAction(eventAction); in PublishEvent()
[all …]
H A Dwifi_common_event_helper.h49 … static bool PublishEvent(const std::string &eventAction, const int &code, const std::string &data,
52 …static bool PublishEvent(const std::string &eventAction, const int &code, const std::string &data);
55 …static bool PublishEvent(const std::string &eventAction, const std::string &paramKey, T paramValue,
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp42 auto eventAction = JsonUtil::ParseJsonString(action); in RouterEvent() local
43 auto uri = eventAction->GetValue("uri"); in RouterEvent()
44 auto params = eventAction->GetValue("params"); in RouterEvent()
62 auto abilityName = eventAction->GetValue("abilityName"); in RouterEvent()
67 auto bundleName = eventAction->GetValue("bundleName"); in RouterEvent()
112 auto eventAction = JsonUtil::ParseJsonString(action); in BackgroundEvent() local
113 auto bundleName = eventAction->GetValue("bundleName"); in BackgroundEvent()
114 auto abilityName = eventAction->GetValue("abilityName"); in BackgroundEvent()
115 auto params = eventAction->GetValue("params"); in BackgroundEvent()
H A Dace_ability.cpp446 auto eventAction = JsonUtil::ParseJsonString(action); in OnStart() local
447 auto bundleName = eventAction->GetValue("bundleName"); in OnStart()
448 auto abilityName = eventAction->GetValue("abilityName"); in OnStart()
449 auto params = eventAction->GetValue("params"); in OnStart()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp1906 wantTest.SetAction(eventAction);
1946 wantTest.SetAction(eventAction);
1987 wantTest.SetAction(eventAction);
2029 wantTest.SetAction(eventAction);
2073 wantTest.SetAction(eventAction);
2118 wantTest.SetAction(eventAction);
2296 wantTest.SetAction(eventAction);
2344 wantTest.SetAction(eventAction);
2392 wantTest.SetAction(eventAction);
2438 wantTest.SetAction(eventAction);
[all …]
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp442 testWant.SetAction(eventAction);
470 testWant.SetAction(eventAction);
578 testWant.SetAction(eventAction);
622 testWant.SetAction(eventAction);
667 testWant.SetAction(eventAction);
717 testWant.SetAction(eventAction);
766 testWant.SetAction(eventAction);
836 testWant.SetAction(eventAction);
886 testWant.SetAction(eventAction);
937 testWant.SetAction(eventAction);
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dbluetooth_common_event_helper.cpp27 bool BluetoothCommonEventHelper::PublishEvent(const std::string &eventAction,int code, in PublishEvent() argument
31 want.SetAction(eventAction); in PublishEvent()
H A Dbluetooth_common_event_helper.h27 static bool PublishEvent(const std::string &eventAction,int code,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_delegate.cpp158 auto eventAction = JsonUtil::ParseJsonString(action); in OnActionEvent() local
159 if (!eventAction->IsValid()) { in OnActionEvent()
162 auto actionType = eventAction->GetValue("action"); in OnActionEvent()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/
H A DactsCESCESpublishInfoTest.cpp421 std::string eventAction = "PermissionsTest001"; variable
457 std::string eventAction = "PermissionsTest002"; variable
495 std::string eventAction = "PermissionsTest003"; variable
535 std::string eventAction = "PermissionsTest004"; variable
572 std::string eventAction = "PermissionsTest005"; variable
610 std::string eventAction = "PermissionsTest006"; variable
650 std::string eventAction = "PermissionsTest007"; variable
686 std::string eventAction = "PermissionsTest008"; variable
724 std::string eventAction = "PermissionsTest009"; variable
764 std::string eventAction = "PermissionsTest010"; variable
/ohos5.0/base/notification/common_event_service/test/benchmarktest/common_event_publish_test/
H A Dcommon_event_publish_test.cpp106 std::string eventAction = "PUBLISH_COMMON_EVENT_BENCHMARK"; in BENCHMARK_F() local
110 testWant.SetAction(eventAction); in BENCHMARK_F()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/ces_check_service/
H A Dces_check_service.cpp111 std::string eventAction = "TESTEVENT_RECEIVE_ACTIONReceiveEvent_0100"; variable
115 wantTest.SetAction(eventAction);
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/entry/src/main/ets/MainAbility/pages/component/dialog/
H A DcustomPromptDialog.ets26 eventAction: () => void;
89 this.eventAction();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp343 auto eventAction = JsonUtil::ParseJsonString(action); in OnActionEvent() local
344 if (!eventAction->IsValid()) { in OnActionEvent()
348 auto actionType = eventAction->GetValue("action"); in OnActionEvent()
362 HandleOnRouterEvent(eventAction); in OnActionEvent()
/ohos5.0/base/notification/common_event_service/test/benchmarktest/common_event_service_test/
H A Dcommon_event_manager_service_test.cpp167 std::string eventAction = "SUBSCRIBEEVENT_BENCHMARK"; in BENCHMARK_F() local
172 testWant.SetAction(eventAction); in BENCHMARK_F()
/ohos5.0/base/request/request/services/src/cxx/
H A Drequest_utils.cpp133 static constexpr const char *eventAction = "ohos.request.event.COMPLETE"; in PublishStateChangeEvent() local
136 want.SetAction(eventAction); in PublishStateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp498 auto eventAction = JsonUtil::ParseJsonString(action); in ParseAction() local
499 auto bundleName = eventAction->GetValue("bundleName"); in ParseAction()
500 auto abilityName = eventAction->GetValue("abilityName"); in ParseAction()
501 auto params = eventAction->GetValue("params"); in ParseAction()
518 auto uri = eventAction->GetValue("uri"); in ParseAction()
614 auto eventAction = JsonUtil::ParseJsonString(action); in OnActionEvent() local
615 if (!eventAction->IsValid()) { in OnActionEvent()
619 auto actionType = eventAction->GetValue("action"); in OnActionEvent()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp1206 std::string eventAction = "TESTEVENT_PUBLISH_ACTION"; variable
1212 wantTest.SetAction(eventAction);
1243 wantTest.SetAction(eventAction);
1284 wantTest.SetAction(eventAction);
1307 wantTest.SetAction(eventAction);
1331 wantTest.SetAction(eventAction);
1357 wantTest.SetAction(eventAction);
1379 wantTest.SetAction(eventAction);
2829 wantTest.SetAction(eventAction);
2859 wantTest.SetAction(eventAction);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp113 for (uint32_t eventAction = 0; eventAction < EventAction::SIZE; eventAction++) { in ~DOMNode() local
116 const auto& eventMarker = GetTouchId(eventAction, eventStage, touchEventType); in ~DOMNode()
1841 for (uint32_t eventAction = 0; eventAction < EventAction::SIZE; eventAction++) { in UpdateTouchEventComponent() local
1843 EventMarker& eventMarker = GetSwipeId(eventAction, eventStage); in UpdateTouchEventComponent()
1848 touchEventComponent_->SetSwipeEvent(eventMarker, eventAction, eventStage); in UpdateTouchEventComponent()
1867 for (uint32_t eventAction = 0; eventAction < EventAction::SIZE; eventAction++) { in UpdateTouchEventComponent() local
1870 EventMarker& eventMarker = GetTouchId(eventAction, eventStage, touchEventType); in UpdateTouchEventComponent()
1876 eventAction == EventAction::ON && eventStage == EventStage::BUBBLE) { in UpdateTouchEventComponent()
1879 … touchEventComponent_->SetEvent(eventMarker, eventAction, eventStage, touchEventType); in UpdateTouchEventComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp201 auto eventAction = JsonUtil::ParseJsonString(action); in OnActionEvent() local
202 if (!eventAction->IsValid()) { in OnActionEvent()
205 auto actionType = eventAction->GetValue("action"); in OnActionEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp324 auto eventAction = JsonUtil::ParseJsonString(action); in OnActionEvent() local
325 if (!eventAction->IsValid()) { in OnActionEvent()
328 auto actionType = eventAction->GetValue("action"); in OnActionEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.cpp371 …cePage::AddNodeEvent(int32_t nodeId, const std::string& actionType, const std::string& eventAction) in AddNodeEvent() argument
374 nodeEvent_[nodeId][actionType] = eventAction; in AddNodeEvent()

12