Home
last modified time | relevance | path

Searched refs:GetUdKey (Results 1 - 25 of 26) sorted by relevance

12

/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp136 int32_t InteractionManager::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::InteractionManager
138 return INTER_MGR_IMPL.GetUdKey(udKey); in GetUdKey()
284 int32_t InteractionManager::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::InteractionManager
286 return DRAG_MANAGER.GetUdKey(udKey); in GetUdKey()
H A Dinteraction_manager_impl.cpp271 int32_t InteractionManagerImpl::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl
274 return dragManagerImpl_.GetUdKey(udKey); in GetUdKey()
H A Ddrag_manager_impl.cpp68 int32_t DragManagerImpl::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::DragManagerImpl
71 return DeviceStatusClient::GetInstance().GetUdKey(udKey); in GetUdKey()
/base/msdp/device_status/frameworks/native/interaction/include/
H A Ddrag_manager_impl.h55 int32_t GetUdKey(std::string &udKey);
H A Dinteraction_manager_impl.h53 int32_t GetUdKey(std::string &udKey);
/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h54 virtual int32_t GetUdKey(std::string &udKey) = 0;
/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h62 int32_t GetUdKey(std::string &udKey);
/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h55 virtual int32_t GetUdKey(std::string &udKey) const = 0;
/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h49 int32_t GetUdKey(ITunnelClient &tunnel, std::string &udKey);
/base/msdp/device_status/intention/drag/server/include/
H A Ddrag_server.h54 int32_t GetUdKey(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h64 int32_t GetUdKey(std::string &udKey);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h207 int32_t GetUdKey(std::string &udKey);
/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h59 virtual int32_t GetUdKey(std::string &udKey) override;
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp155 return GetUdKey(context, data, reply); in GetParam()
355 int32_t DragServer::GetUdKey(CallingContext &context, MessageParcel &data, MessageParcel &reply) in GetUdKey() function in OHOS::Msdp::DeviceStatus::DragServer
359 int32_t ret = env_->GetDragManager().GetUdKey(udKey); in GetUdKey()
361 FI_HILOGE("IDragManager::GetUdKey fail, error:%{public}d", ret); in GetUdKey()
/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp294 int32_t DeviceStatusClient::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient
298 return devicestatusProxy_->GetUdKey(udKey); in GetUdKey()
/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp316 int32_t IntentionManager::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::IntentionManager
319 return drag_.GetUdKey(*tunnel_, udKey); in GetUdKey()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h90 int32_t GetUdKey(std::string &udKey) override;
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h72 int32_t GetUdKey(std::string &udKey) const override;
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp976 int32_t DeviceStatusService::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
980 return this->dragMgr_.GetUdKey(udKey); in GetUdKey()
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp240 int32_t DragClient::GetUdKey(ITunnelClient &tunnel, std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::DragClient
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp442 int32_t DragManager::GetUdKey(std::string &udKey) const in GetUdKey() function in OHOS::Msdp::DeviceStatus::DragManager
791 if (RET_ERR == GetUdKey(udKey)) { in Dump()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp544 ret = InteractionManager::GetInstance()->GetUdKey(udKey); in HWTEST_F()
1125 int32_t ret = InteractionManager::GetInstance()->GetUdKey(udKey); in HWTEST_F()
H A Ddrag_server_test.cpp701 int32_t ret = g_dragServer->GetUdKey(context, datas, reply); in HWTEST_F()
870 int32_t ret = g_dragServer->GetUdKey(context, datas, reply); in HWTEST_F()
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp614 int32_t ret = GetUdKey(udKey); in GetUdKeyStub()
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp341 int32_t DeviceStatusSrvProxy::GetUdKey(std::string &udKey) in GetUdKey() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy

Completed in 22 milliseconds

12