Searched refs:GetModuleBuildHash (Results 1 – 4 of 4) sorted by relevance
960 if (!oldInfo.GetModuleBuildHash(moduleName, buildHashOld)) { in CheckNeedUpdate()966 if (!newInfo.GetModuleBuildHash(moduleName, buildHashNew)) { in CheckNeedUpdate()
1868 if (!newInfo.GetModuleBuildHash(moduleName, curModuleHash)) { in UpdateModuleByHash()2002 if (!newInfo.GetModuleBuildHash(moduleName, newModuleBuildHash)) { in IsNeedToUpdateSharedHspByHash()2008 if (!oldInfo.GetModuleBuildHash(moduleName, oldModuleBuildHash) || in IsNeedToUpdateSharedHspByHash()
590 auto ret = newInnerBundleInfo.GetModuleBuildHash(MODULE_NAME_TWO, moduleHash);
1942 bool GetModuleBuildHash(const std::string &moduleName, std::string &buildHash) const in GetModuleBuildHash() function