Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1250 uint32_t interceptLength = item.second.size() / DEVICE_ID_HALF; in IsNeedDelete() local
1251 std::string interceptUdid = item.second.substr(0, interceptLength); in IsNeedDelete()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1322 uint32_t interceptLength = sLocalDeviceId.size() / DEVICE_ID_HALF; in GenerateGroupName() local
1329 groupName += authResponseContext_->targetPkgName + sLocalDeviceId.substr(0, interceptLength) in GenerateGroupName()
1330 + authResponseContext_->localDeviceId.substr(0, interceptLength); in GenerateGroupName()

Completed in 7 milliseconds