/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/ |
H A D | medialibrary_subscriber_test.cpp | 46 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in HWTEST_F() 59 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED); in HWTEST_F() 72 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in HWTEST_F() 85 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_TIME_CHANGED); in HWTEST_F() 98 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED); in HWTEST_F()
|
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/ |
H A D | ringtone_subscriber_test.cpp | 53 EXPECT_EQ(want.GetAction(), action); in HWTEST_F() 65 EXPECT_EQ(want.GetAction(), action); in HWTEST_F() 77 EXPECT_EQ(want.GetAction(), action); in HWTEST_F() 89 EXPECT_EQ(want.GetAction(), action); in HWTEST_F() 101 EXPECT_EQ(want.GetAction(), action); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/services/test/src/policy/ |
H A D | app_data_clear_listener_test.cpp | 66 EXPECT_EQ(event1.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in HWTEST_F() 71 EXPECT_EQ(event2.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F() 76 EXPECT_EQ(event3.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED); in HWTEST_F() 81 EXPECT_EQ(event4.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F() 86 EXPECT_EQ(event5.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_listener.cpp | 54 data.GetWant().GetAction().c_str(), data.GetData().c_str(), data.GetCode()); in OnReceiveEvent() 57 auto callback = callbackMap_.find(want.GetAction()); in OnReceiveEvent() 62 callbackMap_.erase(want.GetAction()); in OnReceiveEvent()
|
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/ |
H A D | ipc_ability_scheduler_module_test.cpp | 91 stubState.want.SetAction(want.GetAction()); in HWTEST_F() 103 EXPECT_EQ(stubState.want.GetAction(), proxyState.want.GetAction()); in HWTEST_F() 139 stubState.resultWant.SetAction(resultWant.GetAction()); in HWTEST_F() 151 EXPECT_EQ(stubState.resultWant.GetAction(), proxyState.resultWant.GetAction()); in HWTEST_F() 179 stubState.want.SetAction(want.GetAction()); in HWTEST_F() 189 EXPECT_EQ(stubState.want.GetAction(), proxyState.want.GetAction()); in HWTEST_F() 216 stubState.want.SetAction(want.GetAction()); in HWTEST_F() [all...] |
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | common_event_observer.cpp | 42 std::string action = want.GetAction(); in OnReceiveEvent()
|
/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | system_event_observer.cpp | 83 std::string action = want.GetAction();
in OnReceiveEventContinuousTask() 106 std::string action = want.GetAction();
in OnReceiveEventEfficiencyRes()
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/ |
H A D | netlink_data_test.cpp | 53 EXPECT_TRUE(netlinkData.GetAction() == NetlinkData::Actions::UNKNOWN) << "check the Action"; in HWTEST_F() 84 EXPECT_TRUE(netlinkData.GetAction() == action.second) << "check the Action"; in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_common_event.cpp | 87 WLOGI("receive common event, action = %{public}s", data.GetWant().GetAction().c_str()); in OnReceiveEvent() 89 std::string action = data.GetWant().GetAction(); in OnReceiveEvent()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 27 return message->GetAction() != NetsysEventMessage::Action::UNKNOWN && in IsValidMessage() 96 NetsysEventMessage::Action action = message->GetAction(); in HandleSubSysNet() 130 NetsysEventMessage::Action action = message->GetAction(); in HandleAddressChange() 148 NetsysEventMessage::Action action = message->GetAction(); in HandleRouteChange()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_event_subscriber.cpp | 33 std::string action = want.GetAction(); in OnReceiveEvent()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/ |
H A D | battery_strategy.cpp | 37 auto action = data.GetWant().GetAction(); in handleEvent()
|
H A D | charging_strategy.cpp | 37 auto action = data.GetWant().GetAction(); in handleEvent()
|
H A D | screen_strategy.cpp | 37 auto action = data.GetWant().GetAction(); in handleEvent()
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/ |
H A D | net_policy_listener.cpp | 39 std::string wantAction = want.GetAction(); in OnReceiveEvent()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_common_event_test.cpp | 29 const auto &action = eventData.GetWant().GetAction(); in OnReceiveEvent()
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/ |
H A D | netlink_handler.cpp | 42 LOGI("OnEvent GetSyspath: %{public}s, GetDevpath: %{public}s, GetSubsystem: %{public}s, GetAction: %{public}d", in OnEvent() 44 nlData->GetSubsystem().c_str(), nlData->GetAction()); in OnEvent()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_event_subscriber_manager.cpp | 689 std::string action = eventData.GetWant().GetAction();
in OnReceiveEvent() 703 std::string action = eventData.GetWant().GetAction();
in OnReceiveScreenEvent() 731 const auto &action = eventData.GetWant().GetAction();
in OnReceiveAirplaneEvent() 756 std::string action = eventData.GetWant().GetAction();
in OnReceiveBatteryEvent() 808 std::string action = eventData.GetWant().GetAction();
in OnReceiveAppEvent() 840 std::string action = eventData.GetWant().GetAction();
in OnReceiveThermalEvent() 852 const auto &action = eventData.GetWant().GetAction();
in OnReceiveStandbyEvent() 878 const auto &action = eventData.GetWant().GetAction();
in OnReceiveWlanKeepConnected() 950 std::string action = eventData.GetWant().GetAction();
in OnReceiveEvent() 1030 std::string action = eventData.GetWant().GetAction();
in OnReceiveEvent() [all...] |
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/ |
H A D | common_event_observer.cpp | 51 const auto action = want.GetAction(); in OnReceiveEvent()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | sys_event_subscriber.cpp | 33 std::string action = want.GetAction(); in OnReceiveEvent()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/ |
H A D | netlink_data.h | 52 Actions GetAction();
|
/foundation/bundlemanager/bundle_framework/test/resource/common/src/ |
H A D | stpageabilityevent.cpp | 135 APP_LOGI("DataTestPageAEventSubscriber::OnReceiveEvent:event=%{public}s", data.GetWant().GetAction().c_str()); in OnReceiveEvent() 138 auto eventName = data.GetWant().GetAction(); in OnReceiveEvent()
|
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/ |
H A D | disk_manager.cpp | 62 switch (data->GetAction()) { in HandleDiskEvent() 84 LOGW("Cannot handle unexpected disk event %{public}d", data->GetAction()); in HandleDiskEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_event_subscriber.cpp | 39 std::string action = data.GetWant().GetAction(); in OnReceiveEvent()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_monitor.h | 35 std::string action = want.GetAction(); in OnReceiveEvent()
|