Searched refs:patchVersionCode (Results 1 – 7 of 7) sorted by relevance
30 private int patchVersionCode = -1; field in HQFInfo67 return patchVersionCode; in getPatchVersionCode()70 public void setPatchVersionCode(int patchVersionCode) { in setPatchVersionCode() argument71 this.patchVersionCode = patchVersionCode; in setPatchVersionCode()
60 int patchVersionCode = hqfVerifyInfos.get(0).getPatchVersionCode(); in checkAppFields() local78 if (patchVersionCode != hqfVerifyInfo.getPatchVersionCode()) { in checkAppFields()
202 bool PatchJson::GetPatchVersionCode(int32_t& patchVersionCode) in GetPatchVersionCode() argument209 return GetPatchVersionCodeByAppObj(appObj, patchVersionCode); in GetPatchVersionCode()212 …Json::GetPatchVersionCodeByAppObj(const std::unique_ptr<PtJson>& appObj, int32_t& patchVersionCode) in GetPatchVersionCodeByAppObj() argument222 if (appObj->GetInt(PATCH_VERSION_CODE.c_str(), &patchVersionCode) != Result::SUCCESS) { in GetPatchVersionCodeByAppObj()379 int32_t patchVersionCode = -1; in GetHqfInfo() local388 !GetPatchVersionCodeByAppObj(appObj, patchVersionCode) || in GetHqfInfo()400 hqfInfo.SetPatchVersionCode(patchVersionCode); in GetHqfInfo()
45 int32_t patchVersionCode = hqfInfos[0].GetPatchVersionCode(); in CheckAppFields() local61 if (patchVersionCode != info.GetPatchVersionCode()) { in CheckAppFields()
65 void SetPatchVersionCode(const int32_t& patchVersionCode) in SetPatchVersionCode() argument67 patchVersionCode_ = patchVersionCode; in SetPatchVersionCode()
50 bool GetPatchVersionCode(int32_t& patchVersionCode);51 …bool GetPatchVersionCodeByAppObj(const std::unique_ptr<PtJson>& appObj, int32_t& patchVersionCode);
246 int32_t patchVersionCode; variable247 EXPECT_TRUE(patchJson.GetPatchVersionCode(patchVersionCode));248 EXPECT_EQ(patchVersionCode, 200);542 int32_t patchVersionCode; variable544 bool ret = patchJson.GetPatchVersionCode(patchVersionCode);558 int32_t patchVersionCode; variable559 bool ret = patchJson.GetPatchVersionCodeByAppObj(appObj, patchVersionCode);563 ret = patchJson.GetPatchVersionCodeByAppObj(appObj, patchVersionCode);567 ret = patchJson.GetPatchVersionCodeByAppObj(appObj, patchVersionCode);