Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1326 uint32_t interceptLength = sLocalDeviceId.size() / DEVICE_ID_HALF; in GenerateGroupName() local
1333 groupName += authResponseContext_->targetPkgName + sLocalDeviceId.substr(0, interceptLength) in GenerateGroupName()
1334 + authResponseContext_->localDeviceId.substr(0, interceptLength); in GenerateGroupName()