Home
last modified time | relevance | path

Searched refs:clientCallback_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp32 clientCallback_ = std::make_shared<MockIAudioEventCallback>(); in SetUp()
33 micClient_ = std::make_shared<DMicClient>(devId, dhId, clientCallback_); in SetUp()
45 clientCallback_ = nullptr; in TearDown()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H A Ddspeaker_client_test.cpp35 clientCallback_ = std::make_shared<MockIAudioEventCallback>(); in SetUp()
36 speakerClient_ = std::make_shared<DSpeakerClient>(devId, dhId, clientCallback_); in SetUp()
50 clientCallback_ = nullptr; in TearDown()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/include/
H A Ddmic_client_test.h36 std::shared_ptr<IAudioEventCallback> clientCallback_ = nullptr; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/include/
H A Ddspeaker_client_test.h37 std::shared_ptr<IAudioEventCallback> clientCallback_ = nullptr; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp106 sptr<BluetoothGattClientCallbackStubImpl> clientCallback_; member
354 if (clientCallback_ != nullptr) { in Init()
357 clientCallback_ = new BluetoothGattClientCallbackStubImpl(client); in Init()
636 … pimpl->clientCallback_, bluetooth::RawAddress(pimpl->device_.GetDeviceAddr()), transport, appId); in Connect()