Home
last modified time | relevance | path

Searched refs:connectionState_ (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h74 connectionState_ = state; in SetConnectionState()
78 return connectionState_; in GetConnectionState()
88 static int connectionState_; member in OHOS::Bluetooth::AudioA2dpManager
H A Daudio_bluetooth_manager.cpp34 int AudioA2dpManager::connectionState_ = static_cast<int>(BTConnectState::DISCONNECTED); member in OHOS::Bluetooth::AudioA2dpManager
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp100 int connectionState_; member
154 clientSptr->pimpl->connectionState_ = newState;
362 connectionState_(static_cast<int>(BTConnectState::DISCONNECTED)), in impl()
606 if (pimpl->connectionState_ == static_cast<int>(BTConnectState::CONNECTED)) { in Connect()
661 if (pimpl->connectionState_ != static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) { in Disconnect()
712 if (pimpl->connectionState_ != static_cast<int>(BTConnectState::CONNECTED)) { in DiscoverServices()
777 if (pimpl->connectionState_ != static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) { in ReadCharacteristic()
814 if (pimpl->connectionState_ != static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) { in ReadDescriptor()
851 if (pimpl->connectionState_ != static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) { in RequestBleMtuSize()
878 if (pimpl->connectionState_ ! in SetNotifyCharacteristicInner()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_connection.cpp135 connectionState_ = connectionState; in SetConnectionState()
150 return connectionState_; in GetConnectionState()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h94 int connectionState_ = CONNECTION_STATE_DISCONNECTED; member in OHOS::AbilityRuntime::AbilityConnection
/foundation/ability/ability_runtime/test/unittest/ability_connection_test/
H A Dability_connection_test.cpp252 EXPECT_EQ(abilityConnection->connectionState_, 0); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h228 int connectionState_ = CONNECTION_STATE_DISCONNECTED; member in OHOS::AppExecFwk::NAPIAbilityConnection
H A Djs_napi_common.cpp1517 return connectionState_; in GetConnectionState()
1523 connectionState_ = connectionState; in SetConnectionState()
1666 connectionState_ = CONNECTION_STATE_CONNECTED; in OnAbilityConnectDone()
1779 connectionState_ = CONNECTION_STATE_DISCONNECTED; in OnAbilityDisconnectDone()

Completed in 13 milliseconds