Home
last modified time | relevance | path

Searched defs:networkId (Results 1 – 25 of 82) sorted by relevance

1234

/base/msdp/device_status/intention/cooperate/plugin/src/
Ddsoftbus_handler.cpp73 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 …]
Devent_manager.cpp65 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()
Dcooperate.cpp174 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/
Ddsoftbus_adapter_test.cpp110 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
Dddp_adapter_test.cpp46 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/
Ddsoftbus_handler.h36 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()
Dcooperate_context.h153 inline bool Context::IsLocal(const std::string &networkId) const in IsLocal()
158 inline bool Context::IsPeer(const std::string &networkId) const in IsPeer()
Dcooperate_events.h118 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/
Ddsoftbus_adapter.cpp43 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()
Ddsoftbus_adapter_impl.cpp109 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/
Dinput_event_builder.h41 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/
Dmouse_location_listener_test.cpp103 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/
Dsoft_bus_device_connection_listener.cpp54 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
Dsoft_bus_socket_listener.cpp73 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/
Ddevice_manager_util.cpp38 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/
Ddevice_profile_adapter.cpp92 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
Dcoordination_event_manager.cpp65 …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/
Dddp_adapter.cpp45 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()
Dddp_adapter_impl.cpp48 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/
Ddinput_adapter.cpp28 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/
Dcooperate_params.h68 std::string networkId; member
78 std::string networkId; member
/base/security/access_token/services/tokensyncmanager/test/unittest/
Dtoken_sync_service_test.cpp138 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/
Dcooperate_client.cpp177 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/
Dtoken_sync_service_coverage_test.cpp137 std::string networkId = info.networkId; in OnDeviceOffline() local
178 std::string networkId; variable
/base/msdp/device_status/intention/adapters/ddm_adapter/src/
Dddm_adapter_impl.cpp113 void DDMAdapterImpl::OnBoardOnline(const std::string &networkId) in OnBoardOnline()
126 void DDMAdapterImpl::OnBoardOffline(const std::string &networkId) in OnBoardOffline()

1234