Home
last modified time | relevance | path

Searched defs:state (Results 826 - 850 of 4350) sorted by relevance

1...<<31323334353637383940>>...174

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp30 void ICooperateState::TransiteTo(Context &context, CooperateState state) in TransiteTo() argument
61 void ICooperateState::ICooperateStep::TransiteTo(Context &context, CooperateState state) in TransiteTo() argument
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_msg_intf.cpp93 void FrameMsgIntf::ReportAppInfo(const int pid, const int uid, const std::string bundleName, ThreadState state) in ReportAppInfo() argument
106 void FrameMsgIntf::ReportProcessInfo(const int pid, const int uid, const std::string bundleName, ThreadState state) in ReportProcessInfo() argument
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dapp_state_subscriber.cpp45 void AppStateSubscriber::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) {} in OnAppStateChanged() argument
93 void AppStateSubscriber::AppStateSubscriberImpl::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged() argument
/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.cpp212 void DefaultInterval::UpdateTaskSwitch(TaskSwitchState state) in UpdateTaskSwitch() argument
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp82 int32_t state; in HandleOnAppStateChanged() local
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_manager_dumper_test.cpp219 string state = "LOADED"; in HWTEST_F() local
244 string state = "LOADED"; in HWTEST_F() local
380 std::string state; in HWTEST_F() local
435 std::string state; in HWTEST_F() local
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_power_unit_test.cpp251 ScreenPowerState state = ScreenManager::GetInstance().GetScreenPower(defaultId_); in HWTEST_F() local
272 DisplayState state = DisplayManager::GetInstance().GetDisplayState(defaultId_); in HWTEST_F() local
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_agent_controller_test.cpp61 DisplayState state = DisplayState::ON; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_network_test.cpp120 int32_t state = TEST_STATE1; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_deps_mock.cpp40 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged() argument
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dwifi_mock.cpp91 WifiErrorCode GetWifiDetailState(WifiDetailState *state) in GetWifiDetailState() argument
96 WifiErrorCode GetP2pEnableStatus(P2pState *state) in GetP2pEnableStatus() argument
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_callback_stub.cpp81 void WifiScanCallbackStub::OnWifiScanStateChanged(int state) in OnWifiScanStateChanged() argument
H A Dwifi_scan_callback_stub_lite.cpp90 void WifiScanCallbackStub::OnWifiScanStateChanged(int state) in OnWifiScanStateChanged() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp68 void ApStateMachine::OnApStateChange(ApState state) in OnApStateChange() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_interface.cpp122 void SelfCureInterface::DealStaConnChanged(OperateResState state, const WifiLinkedInfo &info, int instId) in DealStaConnChanged() argument
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_scan_state_machine.cpp110 void WifiManagers::DealScanFinished(int state, int instId) in DealScanFinished() argument
/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dstate_machine.h337 State *state; global() member
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp121 void WifiHotspotManager::DealApStateChanged(ApState state, int id) in DealApStateChanged() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_callback_proxy_lite.cpp36 void WifiDeviceCallBackProxy::OnWifiStateChanged(int state) in OnWifiStateChanged() argument
61 void WifiDeviceCallBackProxy::OnWifiConnectionChanged(int state, const WifiLinkedInfo &info) in OnWifiConnectionChanged() argument
131 void WifiDeviceCallBackProxy::OnWifiWpsStateChanged(int state, const std::string &pinCode) in OnWifiWpsStateChanged() argument
182 void WifiDeviceCallBackProxy::OnDeviceConfigChanged(ConfigChange state) in OnDeviceConfigChanged() argument
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_event_test.cpp36 static void OnWifiConnectionChanged(int state, WifiLinkedInfo *info) in OnWifiConnectionChanged() argument
41 static void OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
46 static void OnHotspotStateChanged(int state) in OnHotspotStateChanged() argument
61 static void OnDeviceConfigChange(ConfigChange state) in OnDeviceConfigChange() argument
H A Dwifi_inner_device_test.cpp167 int state; in HWTEST_F() local
H A Dwifi_inner_hotspot_test.cpp63 int state; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_callback_observer.cpp31 SharingIfaceState state; member
49 OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface, const SharingIfaceState &state) OnInterfaceSharingStateChanged() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_service_test.cpp76 OperateResState state = OperateResState::CONNECT_AP_CONNECTED; in HandleStaConnChangedTest() local
88 OperateResState state = OperateResState::DISCONNECT_DISCONNECTED; in HandleStaConnChangedTest2() local
95 OperateResState state = OperateResState::CONNECT_NETWORK_DISABLED; in HandleStaConnChangedTest3() local
102 OperateResState state = OperateResState::CONNECT_NETWORK_ENABLED; in HandleStaConnChangedTest4() local
109 OperateResState state = OperateResState::CONNECT_CHECK_PORTAL; in HandleStaConnChangedTest5() local
[all...]
H A Dself_cure_interface_test.cpp77 OperateResState state = OperateResState::CONNECT_AP_CONNECTED; in DealStaConnChangedTest() local

Completed in 24 milliseconds

1...<<31323334353637383940>>...174