Home
last modified time | relevance | path

Searched refs:toDeviceId (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/ets/Util/
H A DDeviceManager.ets35 toDeviceId: string = ''
152 onSelectToDevice(toDeviceId: string) {
153 this.toDeviceId = toDeviceId
162 Logger.info('toDeviceId = ' + this.toDeviceId);
173 dstDeviceId: this.toDeviceId,
198 if (this.toDeviceId.length == 0 || this.fromDeviceId.length == 0 || this.fromMissionId <= 0) {
202 if (this.fromDeviceId == this.toDeviceId) {
206 if (this.toDeviceId == this.localDevice.deviceInfo.networkId) {
211 && this.toDeviceId != this.localDevice.deviceInfo.networkId) {
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/ets/pages/
H A DIndex.ets109 this.deviceManager.toDeviceId = networkId;
112 Logger.info("toDeviceId: "+this.deviceManager.toDeviceId)
150 this.deviceManager.toDeviceId = networkId;
153 Logger.info("toDeviceId: "+this.deviceManager.toDeviceId)
H A DfaultCase.ets59 Logger.info("select toDeviceId: " + value)
147 this.deviceManager.toDeviceId = this.dstDeviceId
151 Logger.info("toDeviceId: " + this.deviceManager.toDeviceId)
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddp_device_manager.cpp403 std::string& toDeviceId, DeviceIdType toType) in TransformDeviceId() argument
415 toDeviceId = ""; in TransformDeviceId()
420 toDeviceId = deviceIds[idx]; in TransformDeviceId()
421 return !toDeviceId.empty(); in TransformDeviceId()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h154 … SaveToStore(const std::string &appId, const std::string &sessionId, const std::string &toDeviceId,
190 const std::string &appId, const std::string &sessionId, const std::string &toDeviceId) in GetPropertyPrefix() argument
193 + SEPERATOR + toDeviceId + SEPERATOR; in GetPropertyPrefix()
H A Dobject_manager.cpp837 const std::string &toDeviceId, const ObjectRecord &data) in SaveToStore() argument
840 RevokeSaveToStore(GetPropertyPrefix(appId, sessionId, toDeviceId)); in SaveToStore()
842 std::string prefix = GetPropertyPrefix(appId, sessionId, toDeviceId) + timestamp + SEPERATOR; in SaveToStore()
846 …SaveInfo saveInfo(appId, sessionId, DmAdaper::GetInstance().GetLocalDevice().udid, toDeviceId, tim… in SaveToStore()
853 …std::string key = GetPropertyPrefix(appId, sessionId, toDeviceId) + timestamp + SEPERATOR + item.f… in SaveToStore()
861 …"status: %{public}d", appId.c_str(), sessionId.c_str(), Anonymous::Change(toDeviceId).c_str(), sta… in SaveToStore()
865 …"count: %{public}zu", appId.c_str(), sessionId.c_str(), Anonymous::Change(toDeviceId).c_str(), ent… in SaveToStore()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h59 char toDeviceId[DEVICEID_LENGTH + 1]; member
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddp_device_manager.h46 bool TransformDeviceId(const std::string& fromDeviceId, std::string& toDeviceId,
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_stub.c89 WriteString(reply, session->deviceIdInfo.toDeviceId); in ProcessProto()
H A Ddbinder_service.c258 … memcpy_s(message.deviceIdInfo.toDeviceId, DEVICEID_LENGTH, toDeviceID, toDeviceIDLength) != EOK) { in SendEntryToRemote()
263 message.deviceIdInfo.toDeviceId[toDeviceIDLength] = '\0'; in SendEntryToRemote()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp108 …!reply.WriteString(session->serviceName) || !reply.WriteString(session->deviceIdInfo.toDeviceId) || in ProcessProto()
311 ret += memcpy_s(dbinderData->target_device, DEVICEID_LENGTH, session->deviceIdInfo.toDeviceId, in SaveDBinderData()
H A Ddbinder_service.cpp381 …memcpy_s(message->deviceIdInfo.toDeviceId, DEVICEID_LENGTH, deviceID.data(), deviceID.length()) !=… in CopyDeviceIDsToMessage()
387 message->deviceIdInfo.toDeviceId[deviceID.length()] = '\0'; in CopyDeviceIDsToMessage()
942 …|| strncmp(oldSession->deviceIdInfo.toDeviceId, newSession->deviceIdInfo.toDeviceId, DEVICEID_LENG… in IsSameSession()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c191 …eClientSession(svc->handle, sessionObject, session->serviceName, session->deviceIdInfo.toDeviceId); in GetSessionFromDBinderService()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h49 char toDeviceId[DEVICEID_LENGTH + 1]; member
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1117 message->deviceIdInfo.toDeviceId[0] = 't';