Home
last modified time | relevance | path

Searched refs:RemoveHotAreaListener (Results 1 - 20 of 20) sorted by relevance

/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h76 virtual int32_t RemoveHotAreaListener() = 0;
/base/msdp/device_status/frameworks/native/interaction/include/
H A Dcoordination_manager_impl.h76 int32_t RemoveHotAreaListener(HotAreaListenerPtr listener = nullptr);
H A Dinteraction_manager_impl.h64 int32_t RemoveHotAreaListener(std::shared_ptr<IHotAreaListener> listener = nullptr);
/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h77 int32_t RemoveHotAreaListener();
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp197 int32_t InteractionManager::RemoveHotAreaListener(std::shared_ptr<IHotAreaListener> listener) in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::InteractionManager
199 return INTER_MGR_IMPL.RemoveHotAreaListener(listener); in RemoveHotAreaListener()
H A Dinteraction_manager_impl.cpp370 int32_t InteractionManagerImpl::RemoveHotAreaListener(std::shared_ptr<IHotAreaListener> listener) in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl
375 return coordinationManagerImpl_.RemoveHotAreaListener(listener); in RemoveHotAreaListener()
H A Dcoordination_manager_impl.cpp321 int32_t CoordinationManagerImpl::RemoveHotAreaListener(HotAreaListenerPtr listener) in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::CoordinationManagerImpl
337 return DeviceStatusClient::GetInstance().RemoveHotAreaListener(); in RemoveHotAreaListener()
/base/msdp/device_status/intention/cooperate/client/include/
H A Dcooperate_client.h87 int32_t RemoveHotAreaListener(ITunnelClient &tunnel, HotAreaListenerPtr listener = nullptr);
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h75 int32_t RemoveHotAreaListener(std::shared_ptr<IHotAreaListener> listener = nullptr);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h326 int32_t RemoveHotAreaListener(std::shared_ptr<IHotAreaListener> listener = nullptr);
/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h67 virtual int32_t RemoveHotAreaListener() override;
/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp468 int32_t DeviceStatusClient::RemoveHotAreaListener() in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient
472 return devicestatusProxy_->RemoveHotAreaListener(); in RemoveHotAreaListener()
/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp403 int32_t IntentionManager::RemoveHotAreaListener(std::shared_ptr<IHotAreaListener> listener) in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::IntentionManager
407 return cooperate_.RemoveHotAreaListener(*tunnel_, listener); in RemoveHotAreaListener()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test.cpp405 int32_t ret = cooperateClient.RemoveHotAreaListener(tunnel, listenerPtr); in HWTEST_F()
414 ret = cooperateClient.RemoveHotAreaListener(tunnel, listenerPtr); in HWTEST_F()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h111 int32_t RemoveHotAreaListener() override;
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp1159 HOT_AREA->RemoveHotAreaListener(event); in OnRemoveHotAreaListener()
1183 int32_t DeviceStatusService::RemoveHotAreaListener() in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp322 int32_t CooperateClient::RemoveHotAreaListener(ITunnelClient &tunnel, HotAreaListenerPtr listener) in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::CooperateClient
342 FI_HILOGI("RemoveHotAreaListener successfully"); in RemoveHotAreaListener()
350 FI_HILOGE("RemoveHotAreaListener failed, ret:%{public}d", ret); in RemoveHotAreaListener()
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp850 int32_t ret = RemoveHotAreaListener(); in RemoveHotAreaListenerStub()
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp722 int32_t DeviceStatusSrvProxy::RemoveHotAreaListener() in RemoveHotAreaListener() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp1001 ret = InteractionManager::GetInstance()->RemoveHotAreaListener(listener); in HWTEST_F()
1043 ret = InteractionManager::GetInstance()->RemoveHotAreaListener(listener); in HWTEST_F()

Completed in 19 milliseconds