Searched defs:tokenIdStr (Results 1 – 7 of 7) sorted by relevance
49 auto tokenIdStr = bundleName.substr(bundleName.size() - TOKENID_LENGTH, TOKENID_LENGTH); in GetSandboxBundleInfo() local64 auto tokenIdStr = bundleName.substr(bundleName.size() - TOKENID_LENGTH, TOKENID_LENGTH); in GetBundleInfo() local91 auto tokenIdStr = bundleName.substr(bundleName.size() - TOKENID_LENGTH, TOKENID_LENGTH); in GetCloneBundleInfo() local
57 std::string tokenIdStr = std::to_string(callingTokenId); in TransCheckAccessControl() local
187 std::string tokenIdStr = std::to_string(tokenId); variable
954 std::string tokenIdStr; in SetCallingIdentity() local
1662 std::string tokenIdStr; in SetCallingIdentity() local
187 bool UsbRightManager::AddDeviceRight(const std::string &deviceName, const std::string &tokenIdStr) in AddDeviceRight()
129 auto tokenIdStr = std::to_string(remoteAuthParam->collectorTokenId.value_or(0)); in GetAuthParamStr() local