Home
last modified time | relevance | path

Searched refs:clientProxy_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp55 sptr<BluetoothGattClientProxy> clientProxy_; member
84 if (pimpl->clientProxy_ != nullptr) { in GetDevicesByStates()
86 pimpl->clientProxy_->GetAllDevice(devices); in GetDevicesByStates()
109 if (pimpl->clientProxy_ != nullptr) { in GetConnectedDevices()
111 pimpl->clientProxy_->GetAllDevice(device); in GetConnectedDevices()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp546 if (clientProxy_) { in OnVirtualScreenChange()
547 clientProxy_->OnScreenConnectionChanged(screenId, ScreenEvent::CONNECTED, in OnVirtualScreenChange()
553 if (clientProxy_) { in OnVirtualScreenChange()
554 clientProxy_->OnScreenConnectionChanged(screenId, ScreenEvent::DISCONNECTED, in OnVirtualScreenChange()
791 clientProxy_) { in HandleScreenConnectEvent()
794 clientProxy_->OnScreenConnectionChanged(screenId, screenEvent, in HandleScreenConnectEvent()
799 if (clientProxy_ && !phyMirrorEnable) { in HandleScreenConnectEvent()
800 clientProxy_->OnScreenConnectionChanged(screenId, screenEvent, in HandleScreenConnectEvent()
833 if (clientProxy_) { in HandleScreenDisconnectEvent()
834 clientProxy_ in HandleScreenDisconnectEvent()
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp2534 * @tc.desc: clientProxy_ = nullptr
2539 ssm_->clientProxy_ = nullptr; in HWTEST_F()
2858 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
2863 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
2868 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
2873 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
2886 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
2901 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
2916 ASSERT_EQ(ssm->clientProxy_, nullptr); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h419 sptr<IScreenSessionManagerClient> clientProxy_; member in OHOS::Rosen::ScreenSessionManager

Completed in 13 milliseconds