Home
last modified time | relevance | path

Searched defs:isStage (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/
Dmodule_json_test.cpp3372 bool isStage = false; variable
3390 bool isStage = true; variable
3409 bool isStage = true; variable
3429 bool isStage = false; variable
6620 bool isStage = true; variable
6635 bool isStage = false; variable
6650 bool isStage = true; variable
6666 bool isStage = true; variable
6682 bool isStage = false; variable
7836 bool isStage = true; variable
[all …]
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json.cpp1353 bool ModuleJson::GetNormalizeVersion(NormalizeVersion& normalizeVersion, const bool& isStage) in GetNormalizeVersion()
1378 …VersionCodeAndName(const int32_t& versionCode, const std::string& versionName, const bool& isStage) in SetVersionCodeAndName()
1415 bool ModuleJson::SetVersionCode(const int32_t& versionCode, const bool& isStage) in SetVersionCode()
1431 bool ModuleJson::SetVersionName(const std::string& versionName, const bool& isStage) in SetVersionName()
1447 bool ModuleJson::SetBundleName(const std::string& bundleName, const bool& isStage) in SetBundleName()
1463 …duleJson::SetMinCompatibleVersionCode(const int32_t& minCompatibleVersionCode, const bool& isStage) in SetMinCompatibleVersionCode()
1479 bool ModuleJson::SetMinAPIVersion(const int32_t& minAPIVersion, const bool& isStage) in SetMinAPIVersion()
1495 bool ModuleJson::SetTargetAPIVersion(const int32_t& targetAPIVersion, const bool& isStage) in SetTargetAPIVersion()
1511 bool ModuleJson::SetApiReleaseType(const std::string& apiReleaseType, const bool& isStage) in SetApiReleaseType()
1527 bool ModuleJson::SetBundleType(const std::string& bundleType, const bool& isStage) in SetBundleType()
[all …]
Dmodule_json_utils.cpp281 bool isStage = hapVerifyInfos.front().IsStageModule(); in CheckAppAtomicServiceCompressedSizeValid() local