/base/msdp/device_status/intention/cooperate/plugin/src/ |
D | dsoftbus_handler.cpp | 73 int32_t DSoftbusHandler::OpenSession(const std::string &networkId) in OpenSession() 84 void DSoftbusHandler::CloseSession(const std::string &networkId) in CloseSession() 96 int32_t DSoftbusHandler::StartCooperate(const std::string &networkId, const DSoftbusStartCooperate … in StartCooperate() 113 int32_t DSoftbusHandler::StopCooperate(const std::string &networkId, const DSoftbusStopCooperate &e… in StopCooperate() 124 int32_t DSoftbusHandler::ComeBack(const std::string &networkId, const DSoftbusComeBack &event) in ComeBack() 140 int32_t DSoftbusHandler::RelayCooperate(const std::string &networkId, const DSoftbusRelayCooperate … in RelayCooperate() 156 int32_t DSoftbusHandler::RelayCooperateFinish(const std::string &networkId, const DSoftbusRelayCoop… in RelayCooperateFinish() 177 void DSoftbusHandler::OnBind(const std::string &networkId) in OnBind() 187 void DSoftbusHandler::OnShutdown(const std::string &networkId) in OnShutdown() 197 bool DSoftbusHandler::OnPacket(const std::string &networkId, NetPacket &packet) in OnPacket() [all …]
|
D | event_manager.cpp | 65 std::string networkId; in EnableCooperate() local 73 std::string networkId; in DisableCooperate() local 171 void EventManager::OnCooperateMessage(CoordinationMessage msg, const std::string &networkId) in OnCooperateMessage() 183 const std::string &networkId, CoordinationMessage msg) in NotifyCooperateMessage()
|
D | cooperate.cpp | 174 int32_t Cooperate::GetCooperateState(int32_t pid, int32_t userData, const std::string &networkId) in GetCooperateState() 187 int32_t Cooperate::RegisterEventListener(int32_t pid, const std::string &networkId) in RegisterEventListener() 199 int32_t Cooperate::UnregisterEventListener(int32_t pid, const std::string &networkId) in UnregisterEventListener()
|
/base/msdp/device_status/intention/adapters/test/unittest/src/ |
D | dsoftbus_adapter_test.cpp | 110 void OnBind(const std::string &networkId) {} in OnBind() 111 void OnShutdown(const std::string &networkId) {} in OnShutdown() 112 bool OnPacket(const std::string &networkId, NetPacket &packet) in OnPacket() 116 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) in OnRawData() 199 std::string networkId("softbus"); variable 216 std::string networkId("softbus"); variable 234 std::string networkId("softbus"); variable 251 std::string networkId("softbus"); variable 360 std::string networkId("softbus"); variable 375 std::string networkId("softbus"); variable
|
D | ddp_adapter_test.cpp | 46 std::string networkId { "networkId" }; variable 299 auto networkId = dDPAdapter.GetLocalNetworkId(); variable 315 auto networkId = dDPAdapter.GetLocalNetworkId(); variable 345 auto networkId = dDPAdapter.GetLocalNetworkId(); variable 375 auto networkId = dDPAdapter.GetLocalNetworkId(); variable
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
D | dsoftbus_handler.h | 36 void OnBind(const std::string &networkId) override in OnBind() 41 void OnShutdown(const std::string &networkId) override in OnShutdown() 46 bool OnPacket(const std::string &networkId, NetPacket &packet) override in OnPacket() 51 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) override in OnRawData()
|
D | cooperate_context.h | 153 inline bool Context::IsLocal(const std::string &networkId) const in IsLocal() 158 inline bool Context::IsPeer(const std::string &networkId) const in IsPeer()
|
D | cooperate_events.h | 118 std::string networkId; member 123 std::string networkId; member 132 std::string networkId; member 160 std::string networkId; member 172 std::string networkId; member 178 std::string networkId; member 183 std::string networkId; member 195 std::string networkId; member
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
D | dsoftbus_adapter.cpp | 43 int32_t DSoftbusAdapter::OpenSession(const std::string &networkId) in OpenSession() 48 void DSoftbusAdapter::CloseSession(const std::string &networkId) in CloseSession() 58 int32_t DSoftbusAdapter::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket() 63 int32_t DSoftbusAdapter::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel()
|
D | dsoftbus_adapter_impl.cpp | 109 int32_t DSoftbusAdapterImpl::OpenSession(const std::string &networkId) in OpenSession() 125 void DSoftbusAdapterImpl::CloseSession(const std::string &networkId) in CloseSession() 142 int32_t DSoftbusAdapterImpl::FindConnection(const std::string &networkId) in FindConnection() 149 int32_t DSoftbusAdapterImpl::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket() 175 int32_t DSoftbusAdapterImpl::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel() 211 std::string networkId = info.networkId; in OnBind() local 242 std::string networkId = iter->first; in OnShutdown() local 268 const std::string networkId = iter->first; in OnBytes() local 354 int32_t DSoftbusAdapterImpl::OpenSessionLocked(const std::string &networkId) in OpenSessionLocked() 452 void DSoftbusAdapterImpl::HandleSessionData(const std::string &networkId, CircleStreamBuffer &circl… in HandleSessionData() [all …]
|
/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/ |
D | input_event_builder.h | 41 void OnBind(const std::string &networkId) override {} in OnBind() 42 void OnShutdown(const std::string &networkId) override {} in OnShutdown() 44 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet) override in OnPacket() 49 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) override in OnRawData()
|
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
D | mouse_location_listener_test.cpp | 103 void EventListener::OnMouseLocationEvent(const std::string &networkId, const Event &event) in OnMouseLocationEvent() 119 std::string networkId { "Default" }; variable 138 std::string networkId { "Default" }; variable 156 std::string networkId { "Default" }; variable 181 std::string networkId { "Default" }; variable
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
D | soft_bus_device_connection_listener.cpp | 54 std::string networkId = info.networkId; in OnDeviceOnline() local 89 std::string networkId = info.networkId; in OnDeviceOffline() local 126 std::string networkId = info.networkId; in OnDeviceReady() local 132 std::string networkId = info.networkId; in OnDeviceChanged() local
|
D | soft_bus_socket_listener.cpp | 73 bool SoftBusSocketListener::GetNetworkIdBySocket(const int32_t socket, std::string& networkId) in GetNetworkIdBySocket() 99 std::string networkId; in OnClientBytes() local 124 std::string networkId; in OnServiceBytes() local
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
D | device_manager_util.cpp | 38 bool DeviceManagerUtil::GetUdidByNetworkId(const std::string &networkId, std::string &udid) in GetUdidByNetworkId() 46 bool DeviceManagerUtil::GetLocalDeviceNetWorkId(std::string &networkId) in GetLocalDeviceNetWorkId() 75 bool DeviceManagerUtil::GetNetworkIdByUdid(const std::string &udid, std::string &networkId) in GetNetworkIdByUdid()
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | device_profile_adapter.cpp | 92 int32_t DeviceProfileAdapter::RegisterCrossingStateListener(const std::string &networkId, DPCallbac… in RegisterCrossingStateListener() 104 int32_t DeviceProfileAdapter::UnregisterCrossingStateListener(const std::string &networkId) in UnregisterCrossingStateListener() 116 void DeviceProfileAdapter::OnDeviceOnline(const std::string &networkId) in OnDeviceOnline() 125 void DeviceProfileAdapter::OnDeviceOffline(const std::string &networkId) in OnDeviceOffline() 136 int32_t DeviceProfileAdapter::RegisterProfileListener(const std::string &networkId, DPCallback call… in RegisterProfileListener() 161 int32_t DeviceProfileAdapter::UnregisterProfileListener(const std::string &networkId) in UnregisterProfileListener() 191 std::string networkId = GetNetworkIdByUdId(udId); in OnProfileChanged() local
|
D | coordination_event_manager.cpp | 65 …rdinationEventManager::OnCoordinationMessage(CoordinationMessage msg, const std::string &networkId) in OnCoordinationMessage() 81 void CoordinationEventManager::OnEnable(CoordinationMessage msg, const std::string &networkId) in OnEnable() 91 void CoordinationEventManager::OnStart(CoordinationMessage msg, const std::string &networkId) in OnStart() 101 void CoordinationEventManager::OnStop(CoordinationMessage msg, const std::string &networkId) in OnStop() 141 …SessionPtr sess, MessageId msgId, int32_t userData, const std::string &networkId, CoordinationMess… in NotifyCoordinationMessage()
|
/base/msdp/device_status/intention/adapters/ddp_adapter/src/ |
D | ddp_adapter.cpp | 45 void DDPAdapter::AddWatch(const std::string &networkId) in AddWatch() 51 void DDPAdapter::RemoveWatch(const std::string &networkId) in RemoveWatch() 57 void DDPAdapter::OnProfileChanged(const std::string &networkId) in OnProfileChanged() 69 std::string DDPAdapter::GetUdIdByNetworkId(const std::string &networkId) in GetUdIdByNetworkId()
|
D | ddp_adapter_impl.cpp | 48 void DDPAdapterImpl::OnProfileChanged(const std::string &networkId) in OnProfileChanged() 81 void DDPAdapterImpl::AddWatch(const std::string &networkId) in AddWatch() 93 void DDPAdapterImpl::RemoveWatch(const std::string &networkId) in RemoveWatch() 107 int32_t DDPAdapterImpl::RegisterProfileListener(const std::string &networkId) in RegisterProfileListener() 130 int32_t DDPAdapterImpl::UnregisterProfileListener(const std::string &networkId) in UnregisterProfileListener() 416 std::string DDPAdapterImpl::GetUdIdByNetworkId(const std::string &networkId) in GetUdIdByNetworkId()
|
/base/msdp/device_status/intention/adapters/dinput_adapter/src/ |
D | dinput_adapter.cpp | 28 bool DInputAdapter::IsNeedFilterOut(const std::string &networkId, BusinessEvent &&event) in IsNeedFilterOut() 63 int32_t DInputAdapter::PrepareRemoteInput(const std::string &networkId, DInputCallback callback) in PrepareRemoteInput() 68 int32_t DInputAdapter::UnPrepareRemoteInput(const std::string &networkId, DInputCallback callback) in UnPrepareRemoteInput()
|
/base/msdp/device_status/intention/cooperate/data/include/ |
D | cooperate_params.h | 68 std::string networkId; member 78 std::string networkId; member
|
/base/security/access_token/services/tokensyncmanager/test/unittest/ |
D | token_sync_service_test.cpp | 138 std::string networkId = info.networkId; in OnDeviceOffline() local 620 char networkId[DEVICEID_MAX_LEN + 1]; variable 999 char networkId[DEVICEID_MAX_LEN + 1]; variable 1103 std::string networkId; variable 1144 std::string networkId = "123"; variable 1177 std::string networkId = "123"; variable 1223 std::string networkId = "123"; variable 1260 std::string networkId = "123"; variable 1296 std::string networkId = "123"; variable 1319 std::string networkId = "123"; variable [all …]
|
/base/msdp/device_status/intention/cooperate/client/src/ |
D | cooperate_client.cpp | 177 const std::string &networkId, CooperateStateCallback callback, bool isCheckPermission) in GetCooperateState() 211 const std::string &networkId, MouseLocationListenerPtr listener) in RegisterEventListener() 234 const std::string &networkId, MouseLocationListenerPtr listener) in UnregisterEventListener() 341 std::string networkId; in OnCoordinationListener() local 353 void CooperateClient::OnDevCooperateListener(const std::string &networkId, CoordinationMessage msg) in OnDevCooperateListener() 366 std::string networkId; in OnCoordinationMessage() local 382 const std::string &networkId, CoordinationMessage msg) in OnCooperateMessageEvent() 448 std::string networkId; in OnMouseLocationListener() local 469 void CooperateClient::OnDevMouseLocationListener(const std::string &networkId, const Event &event) in OnDevMouseLocationListener()
|
/base/security/access_token/services/tokensyncmanager/test/coverage/ |
D | token_sync_service_coverage_test.cpp | 137 std::string networkId = info.networkId; in OnDeviceOffline() local 178 std::string networkId; variable
|
/base/msdp/device_status/intention/adapters/ddm_adapter/src/ |
D | ddm_adapter_impl.cpp | 113 void DDMAdapterImpl::OnBoardOnline(const std::string &networkId) in OnBoardOnline() 126 void DDMAdapterImpl::OnBoardOffline(const std::string &networkId) in OnBoardOffline()
|