/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/ets/Util/ |
H A D | DeviceManager.ets | 35 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 D | Index.ets | 109 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 D | faultCase.ets | 59 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 D | dp_device_manager.cpp | 403 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 D | object_manager.h | 154 … 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 D | object_manager.cpp | 837 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 D | dbinder_types.h | 59 char toDeviceId[DEVICEID_LENGTH + 1]; member
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | dp_device_manager.h | 46 bool TransformDeviceId(const std::string& fromDeviceId, std::string& toDeviceId,
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_stub.c | 89 WriteString(reply, session->deviceIdInfo.toDeviceId); in ProcessProto()
|
H A D | dbinder_service.c | 258 … 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 D | dbinder_service_stub.cpp | 108 …!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 D | dbinder_service.cpp | 381 …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 D | ipc_proxy_inner.c | 191 …eClientSession(svc->handle, sessionObject, session->serviceName, session->deviceIdInfo.toDeviceId); in GetSessionFromDBinderService()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 49 char toDeviceId[DEVICEID_LENGTH + 1]; member
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1117 message->deviceIdInfo.toDeviceId[0] = 't';
|