Home
last modified time | relevance | path

Searched refs:sLocalDeviceId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp143 std::string sLocalDeviceId = localDeviceId; in CreateGroup() local
146 jsonObj[FIELD_DEVICE_ID] = sLocalDeviceId; in CreateGroup()
804 std::string sLocalDeviceId = localDeviceId; in CreateGroup() local
809 jsonObj[FIELD_DEVICE_ID] = sLocalDeviceId; in CreateGroup()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1325 std::string sLocalDeviceId = localDeviceId; in GenerateGroupName() local
1326 uint32_t interceptLength = sLocalDeviceId.size() / DEVICE_ID_HALF; in GenerateGroupName()
1333 groupName += authResponseContext_->targetPkgName + sLocalDeviceId.substr(0, interceptLength) in GenerateGroupName()