Searched refs:localIdKey (Results 1 – 2 of 2) sorted by relevance
59 string localIdKey = std::to_string(node->parent) + node->fileName; in Forget() local62 FileOperationsHelper::PutLocalId(data, node, nLookup, localIdKey); in Forget()75 string localIdKey = std::to_string(inoPtr->parent) + inoPtr->fileName; in ForgetMulti() local77 FileOperationsHelper::PutLocalId(data, inoPtr, forgets[i].nlookup, localIdKey); in ForgetMulti()
932 std::string localIdKey = element.key(); in RetryToGetAccount() local935 if ((osAccountInfo.GetLocalName() == localName) && (localIdKey != localIdStr) in RetryToGetAccount()936 && !IsToBeRemoved(std::stoi(localIdKey))) { in RetryToGetAccount()941 if ((osAccountInfo.GetShortName() == shortName) && (localIdKey != localIdStr) in RetryToGetAccount()942 && !IsToBeRemoved(std::stoi(localIdKey))) { in RetryToGetAccount()