/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | system_event_observer_test.cpp | 67 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED)); 81 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_USER_SWITCHED)); 94 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED)); 107 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED));
|
D | reminder_data_manager_test.cpp | 386 want.SetAction(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in HWTEST_F() 389 want.SetAction(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in HWTEST_F() 392 want.SetAction(ReminderRequest::REMINDER_EVENT_CLOSE_ALERT); in HWTEST_F() 395 want.SetAction(ReminderRequest::REMINDER_EVENT_SNOOZE_ALERT); in HWTEST_F() 398 want.SetAction(ReminderRequest::REMINDER_EVENT_REMOVE_NOTIFICATION); in HWTEST_F() 401 want.SetAction(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in HWTEST_F() 404 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F() 407 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in HWTEST_F() 410 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_RESTARTED); in HWTEST_F() 413 want.SetAction(CommonEventSupport::COMMON_EVENT_TIMEZONE_CHANGED); in HWTEST_F() [all …]
|
/base/time/time_service/services/time/src/ |
D | time_service_notify.cpp | 53 timeChangeWant.SetAction(CommonEventSupport::COMMON_EVENT_TIME_CHANGED); in PublishTimeChangeEvents() 60 timeZoneChangeWant.SetAction(CommonEventSupport::COMMON_EVENT_TIMEZONE_CHANGED); in PublishTimeZoneChangeEvents() 67 timeTickWant.SetAction(CommonEventSupport::COMMON_EVENT_TIME_TICK); in PublishTimeTickEvents()
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_sticky_test.cpp | 103 want.SetAction(EVENT); 140 want.SetAction(EVENT2); 159 want2.SetAction(EVENT2); 188 want.SetAction(EVENT3); 220 want.SetAction(EVENT4); 252 want.SetAction(EVENT5); 340 want.SetAction(STRING_EVENT); 381 want.SetAction(STRING_EVENT); 429 want.SetAction(STRING_EVENT); 445 newWant.SetAction(STRING_EVENT);
|
D | common_event_publish_permission_event_unit_test.cpp | 125 want.SetAction("1234"); 167 want.SetAction("1234"); 210 want.SetAction("1234"); 253 want.SetAction("1234"); 295 want.SetAction("1234"); 336 want.SetAction("1234"); 377 want.SetAction("1234"); 416 want.SetAction("1234"); 457 want.SetAction("1234"); 497 want.SetAction("1234"); [all …]
|
D | common_event_publish_system_event_test.cpp | 103 want.SetAction(CommonEventSupport::COMMON_EVENT_LOCKED_BOOT_COMPLETED); 133 want.SetAction(CommonEventSupport::COMMON_EVENT_LOCKED_BOOT_COMPLETED); 183 want.SetAction(CommonEventSupport::COMMON_EVENT_TEST_ACTION2); 234 want.SetAction(CommonEventSupport::COMMON_EVENT_TEST_ACTION1);
|
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/os_dependency/sa/src/ |
D | huks_event_observer_test.cpp | 74 want.SetAction(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); 92 want.SetAction(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED);
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_notify.cpp | 37 screenOffWant_->SetAction(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in RegisterPublishEvents() 39 screenOnWant_->SetAction(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in RegisterPublishEvents()
|
/base/request/request/upload/interfaces/kits/napi/include/ |
D | async_call.h | 35 void SetAction(InputAction input, OutputAction output = nullptr) 41 void SetAction(OutputAction output) in SetAction() function 43 SetAction(nullptr, std::move(output)); in SetAction()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | async_call.h | 36 void SetAction(InputAction input, OutputAction output = nullptr) 42 void SetAction(OutputAction output) in SetAction() function 44 SetAction(nullptr, std::move(output)); in SetAction()
|
/base/powermgr/battery_manager/services/native/src/ |
D | battery_notify.cpp | 129 want.SetAction(CommonEventSupport::COMMON_EVENT_BATTERY_CHANGED); in PublishChangedEvent() 166 want.SetAction(CommonEventSupport::COMMON_EVENT_BATTERY_LOW); in PublishLowEvent() 195 want.SetAction(CommonEventSupport::COMMON_EVENT_BATTERY_OKAY); in PublishOkayEvent() 224 want.SetAction(CommonEventSupport::COMMON_EVENT_POWER_CONNECTED); in PublishPowerConnectedEvent() 256 want.SetAction(CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED); in PublishPowerDisconnectedEvent() 288 want.SetAction(CommonEventSupport::COMMON_EVENT_CHARGING); in PublishChargingEvent() 319 want.SetAction(CommonEventSupport::COMMON_EVENT_DISCHARGING); in PublishDischargingEvent()
|
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/ |
D | common_event_services_system_test.cpp | 683 wantTest.SetAction(eventName); 720 wantTest.SetAction(eventName); 759 wantTest.SetAction(eventName); 798 wantTest.SetAction(eventName); 836 wantTest.SetAction(eventName); 876 wantTest.SetAction(eventName); 905 wantTest.SetAction(eventName); 945 wantTest.SetAction(eventName); 972 wantTest.SetAction(eventName); 1000 wantTest.SetAction(eventName); [all …]
|
/base/theme/screenlock_mgr/interfaces/kits/napi/include/ |
D | async_call.h | 36 void SetAction(const InputAction input, const OutputAction output = nullptr) 41 void SetAction(OutputAction output) in SetAction() function 43 SetAction(nullptr, std::move(output)); in SetAction()
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/ |
D | async_call.h | 35 void SetAction(InputAction input, OutputAction output = nullptr) 51 void SetAction(OutputAction output) in SetAction() function 53 SetAction(nullptr, std::move(output)); in SetAction()
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/ |
D | actsCESDataTest.cpp | 766 want.SetAction(EVENTCASE1); 832 want.SetAction(EVENTCASE2); 901 want.SetAction(EVENTCASE3); 970 want.SetAction(EVENTCASE4); 1039 want.SetAction(EVENTCASE5); 1105 want.SetAction(EVENTCASE6); 1174 want.SetAction(EVENTCASE7); 1212 wantTest.SetAction(eventAction); 1243 wantTest.SetAction(eventAction); 1284 wantTest.SetAction(eventAction); [all …]
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | common_event_test.cpp | 70 want.SetAction(EVENT); 101 want.SetAction(EVENT); 161 want.SetAction(EVENT); 187 want.SetAction(EVENT); 217 want.SetAction(EVENT); 277 want.SetAction(EVENT);
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_common_event.cpp | 67 want.SetAction(WALLPAPER_LOCK_SETTING_SUCCESS_EVENT); in SendWallpaperLockSettingMessage() 77 want.SetAction(WALLPAPER_SYSTEM_SETTING_SUCCESS_EVENT); in SendWallpaperSystemSettingMessage()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_authenticator_manager.cpp | 39 want.SetAction(Constants::SYSTEM_ACTION_APP_ACCOUNT_AUTH); in QueryAbilityInfos() 47 want.SetAction(Constants::SYSTEM_ACTION_APP_ACCOUNT_OAUTH); in QueryAbilityInfos()
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/ |
D | actsCESManagertest.cpp | 1017 wantTest.SetAction(eventAction); 1054 wantTest.SetAction(eventAction); 1092 wantTest.SetAction(eventAction); 1130 wantTest.SetAction(eventAction); 1168 wantTest.SetAction(eventAction); 1208 wantTest.SetAction(eventAction); 1249 wantTest.SetAction(eventAction); 1289 wantTest.SetAction(eventAction); 1329 wantTest.SetAction(eventAction); 1369 wantTest.SetAction(eventAction); [all …]
|
/base/telephony/core_service/services/sim/src/ |
D | stk_controller.cpp | 156 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_STK_CARD_STATE_CHANGED); in OnIccStateChanged() 182 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_STK_SESSION_END); in OnSendRilSessionEnd() 198 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_STK_COMMAND); in OnSendRilProactiveCommand() 215 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_STK_ALPHA_IDENTIFIER); in OnSendRilAlphaNotify() 232 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_STK_COMMAND); in OnSendRilEventNotify() 249 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_STK_CARD_STATE_CHANGED); in OnIccRefresh()
|
/base/account/os_account/services/accountmgr/src/ |
D | account_event_provider.cpp | 40 want.SetAction(event); in EventPublish()
|
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/ |
D | common_event_services_module_test.cpp | 437 testWant.SetAction(eventAction); 465 testWant.SetAction(eventAction); 573 testWant.SetAction(eventAction); 617 testWant.SetAction(eventAction); 662 testWant.SetAction(eventAction); 712 testWant.SetAction(eventAction); 761 testWant.SetAction(eventAction); 806 wantTest.SetAction(eventName); 831 testWant.SetAction(eventAction); 881 testWant.SetAction(eventAction); [all …]
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_timer_info.h | 34 inline void SetAction(const std::string &action) in SetAction() function
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_keyboard_controller_engine.cpp | 102 ctxt->SetAction(std::move(input)); in Hide() 116 ctxt->SetAction(std::move(input)); in HideKeyboard()
|
/base/web/webview/test/unittest/battery_mgr_adapter_impl/ |
D | battery_mgr_adapter_test.cpp | 106 want.SetAction(CommonEventSupport::COMMON_EVENT_BATTERY_CHANGED); 207 want.SetAction(CommonEventSupport::COMMON_EVENT_BATTERY_LOW);
|