Home
last modified time | relevance | path

Searched defs:state (Results 2151 - 2175 of 4894) sorted by relevance

1...<<81828384858687888990>>...196

/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h53 enum ConnBleDeviceState state; member
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp39 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged() argument
170 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() argument
H A Dhb_fsm_mock.cpp162 void SetScreenState(SoftBusScreenState state) in SetScreenState() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dauth_session_test.c130 int32_t state = -1; in TestCreateSessionServer() local
155 int32_t state = -1; in TestOpenAuthSession() local
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp33 int32_t TransClientProxy::OnClientPermissonChange(const char *pkgName, int32_t state) in OnClientPermissonChange() argument
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_manager.h54 enum ConnBrDeviceState state; member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp98 static void OnLaneStateChange(uint64_t laneId, LaneState state) in OnLaneStateChange() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_mock.cpp121 void LnnNotifyOOBEStateChangeEvent(SoftBusOOBEState state) in LnnNotifyOOBEStateChangeEvent() argument
126 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp659 uint32_t state = PROXY_CHANNEL_STATUS_PYH_CONNECTING; in HWTEST_F() local
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp132 SharingIfaceState state; in GetSharingType() local
250 int32_t NetworkShareService::GetSharingState(SharingIfaceType type, SharingIfaceState &state) in GetSharingState() argument
261 int32_t NetworkShareService::GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetNetSharingIfaces() argument
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller.cpp134 int state = NfcState::STATE_OFF; in GetNfcState() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.cpp252 int state = static_cast<int>(AppExecFwk::ApplicationState::APP_STATE_END); in GetNearlyProtectMode() local
444 void WifiProtectManager::OnAppForegroudChanged(const std::string &bundleName, int state) in GetNearlyProtectMode() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_settings_test.cpp231 bool state = WifiSettings::GetInstance().IsModulePreLoad("wifitest"); in HWTEST_F() local
241 bool state = WifiSettings::GetInstance().GetSupportHwPnoFlag(NETWORK_ID); in HWTEST_F() local
279 int state = WifiSettings::GetInstance().GetRealMacAddress(macAddress, NETWORK_ID); in HWTEST_F() local
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_event.cpp43 void WifiCDeviceEventCallback::OnWifiStateChanged(int state) in OnWifiStateChanged() argument
76 NO_SANITIZE("cfi") void WifiCDeviceEventCallback::OnWifiConnectionChanged(int state, in OnWifiConnectionChanged() argument
97 void WifiCDeviceEventCallback::OnWifiWpsStateChanged(int state, const std::string &pinCode) in OnWifiWpsStateChanged() argument
123 NO_SANITIZE("cfi") void WifiCScanEventCallback::OnWifiScanStateChanged(int state) in OnWifiScanStateChanged() argument
143 OnHotspotStateChanged(int state) OnHotspotStateChanged() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_service_scheduler.cpp617 DispatchWifiOpenRes(OperateResState state, int instId) DispatchWifiOpenRes() argument
649 DispatchWifi2OpenRes(OperateResState state, int instId) DispatchWifi2OpenRes() argument
671 DispatchWifiSemiActiveRes(OperateResState state, int instId) DispatchWifiSemiActiveRes() argument
699 DispatchWifiCloseRes(OperateResState state, int instId) DispatchWifiCloseRes() argument
725 int state = WifiConfigCenter::GetInstance().GetPersistWifiState(instId); DispatchWifiCloseRes() local
737 DispatchWifi2CloseRes(OperateResState state, int instId) DispatchWifi2CloseRes() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp259 void WifiP2pManager::DealP2pStateChanged(P2pState state) in DealP2pStateChanged() argument
[all...]
H A Dwifi_toggler_manager.cpp252 ErrCode WifiTogglerManager::SatelliteToggled(int state) in SatelliteToggled() argument
271 void WifiTogglerManager::SetSatelliteStartState(bool state) in SetSatelliteStartState() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp24 bool state = true; in EnableP2p() local
50 bool state = false; in DisableP2p() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp244 SharingIfaceState state = SharingIfaceState::SHARING_NIC_SERVING; in HWTEST_F() local
266 SharingIfaceState state = SharingIfaceState::SHARING_NIC_SERVING; in HWTEST_F() local
309 SharingIfaceState state = SharingIfaceState::SHARING_NIC_SERVING; HWTEST_F() local
322 SharingIfaceState state = SharingIfaceState::SHARING_NIC_ERROR; HWTEST_F() local
348 SharingIfaceState state = static_cast<SharingIfaceState>(4); HWTEST_F() local
551 int32_t state = 2; HWTEST_F() local
697 int state = SUB_SM_STATE_AVAILABLE; HWTEST_F() local
[all...]
/foundation/communication/netstack/test/unittest/tls_test/server/
H A Dtls_socket_branch_test.cpp127 Socket::SocketStateBase state; in HWTEST_F() local
/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c133 int state = 0; in GetIfaceState() local
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp72 bool state = (static_cast<int>(data[0]) % TWO) ? true : false; in ScanInterfaceFuzzTest() local
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp154 int32_t NetworkShareClient::GetSharingState(const SharingIfaceType &type, SharingIfaceState &state) in GetSharingState() argument
165 int32_t NetworkShareClient::GetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetSharingIfaces() argument
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_branch_test.cpp127 Socket::SocketStateBase state; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_device_test.cpp100 WifiDetailState state; in GetWifiDetailStateSucess() local

Completed in 19 milliseconds

1...<<81828384858687888990>>...196