Home
last modified time | relevance | path

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

123456789

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_subscriber_test.cpp46 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 Dringtone_subscriber_test.cpp53 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 Dapp_data_clear_listener_test.cpp66 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 Dnet_stats_listener.cpp54 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 Dipc_ability_scheduler_module_test.cpp91 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 Dcommon_event_observer.cpp42 std::string action = want.GetAction(); in OnReceiveEvent()
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp83 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 Dnetlink_data_test.cpp53 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 Dwindow_common_event.cpp87 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 Dwrapper_distributor.cpp27 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 Dability_manager_event_subscriber.cpp33 std::string action = want.GetAction(); in OnReceiveEvent()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/
H A Dbattery_strategy.cpp37 auto action = data.GetWant().GetAction(); in handleEvent()
H A Dcharging_strategy.cpp37 auto action = data.GetWant().GetAction(); in handleEvent()
H A Dscreen_strategy.cpp37 auto action = data.GetWant().GetAction(); in handleEvent()
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_policy_listener.cpp39 std::string wantAction = want.GetAction(); in OnReceiveEvent()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_common_event_test.cpp29 const auto &action = eventData.GetWant().GetAction(); in OnReceiveEvent()
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_handler.cpp42 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 Dwifi_event_subscriber_manager.cpp689 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 Dcommon_event_observer.cpp51 const auto action = want.GetAction(); in OnReceiveEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Dsys_event_subscriber.cpp33 std::string action = want.GetAction(); in OnReceiveEvent()
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/
H A Dnetlink_data.h52 Actions GetAction();
/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstpageabilityevent.cpp135 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 Ddisk_manager.cpp62 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 Dbundle_resource_event_subscriber.cpp39 std::string action = data.GetWant().GetAction(); in OnReceiveEvent()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_monitor.h35 std::string action = want.GetAction(); in OnReceiveEvent()

Completed in 8 milliseconds

123456789