Home
last modified time | relevance | path

Searched refs:STATE_DISCONNECTED (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dipsec_vpn_ctl.h48 STATE_DISCONNECTED, // stop enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp47 const std::string GattConnectionManager::Device::STATE_DISCONNECTED = "DISCONNECTED"; member in OHOS::bluetooth::GattConnectionManager::Device
948 if (state == GattConnectionManager::Device::STATE_DISCONNECTED) { in DoShutDown()
1289 Transition(STATE_DISCONNECTED); in Dispatch()
1297 Transition(STATE_DISCONNECTED); in Dispatch()
1302 Transition(STATE_DISCONNECTED); in Dispatch()
1338 Transition(STATE_DISCONNECTED); in Dispatch()
1343 Transition(STATE_DISCONNECTED); in Dispatch()
1394 Transition(STATE_DISCONNECTED); in Dispatch()
1430 Transition(STATE_DISCONNECTED); in Dispatch()
1469 Transition(STATE_DISCONNECTED); in Dispatch()
[all...]
H A Dgatt_connection_manager.h50 static const std::string STATE_DISCONNECTED; member in OHOS::bluetooth::GattConnectionManager::Device
H A Dgatt_client_service.cpp598 std::get<TUPLE_INDEX_FIRST>(deviceInfo).compare(GattConnectionManager::Device::STATE_DISCONNECTED) == 0) { in Connect()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dipsec_vpn_ctl.cpp50 state_ = IpsecVpnStateCode::STATE_DISCONNECTED; in StopSysVpn()
H A Dl2tp_vpn_ctl.cpp35 state_ = IpsecVpnStateCode::STATE_DISCONNECTED; in StopSysVpn()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp163 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
217 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetConnectionState()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h549 STATE_DISCONNECTED = 6, enumerator
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dl2tp_vpn_ctl_test.cpp127 l2tpControl_->state_ = IpsecVpnStateCode::STATE_DISCONNECTED; in HWTEST_F()
H A Dipsec_vpn_ctl_test.cpp126 ipsecControl_->state_ = IpsecVpnStateCode::STATE_DISCONNECTED; in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp148 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp322 int32_t profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState()
337 HILOGD("STATE_DISCONNECTED(0)"); in GetProfileConnectionState()
338 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h249 STATE_DISCONNECTED = 0, // the current profile is disconnected enumerator
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp119 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_DISCONNECTED, "STATE_DISCONNECTED"); in ProfileStateInit()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp151 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_enum.cpp102 (void)SetNamedProperty(env, result, "STATE_DISCONNECTED", ConnectionState::STATE_DISCONNECTED); in ExportConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp368 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp1225 if (castState == ConnectionState::STATE_DISCONNECTED &&

Completed in 18 milliseconds