Home
last modified time | relevance | path

Searched refs:GetModuleObject (Results 1 – 9 of 9) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json.cpp192 bool ModuleJson::GetModuleObject(std::unique_ptr<PtJson>& moduleObj) in GetModuleObject() function in OHOS::AppPackingTool::ModuleJson
213 if (!GetModuleObject(moduleObj)) { in GetDistroObject()
258 if (!GetModuleObject(moduleObj)) { in GetModuleName()
285 if (!GetModuleObject(moduleObj)) { in GetPatchModuleName()
429 if (!GetModuleObject(moduleObj)) { in GetTargetModuleName()
456 if (!GetModuleObject(moduleObj)) { in GetTargetModulePriority()
485 if (!GetModuleObject(moduleObj)) { in GetModuleMetadatas()
590 if (!GetModuleObject(moduleObj)) { in GetAbilityNames()
641 if (!GetModuleObject(moduleObj)) { in GetProxyDataUris()
704 if (!GetModuleObject(moduleObj)) { in GetAssetAccessGroups()
[all …]
Dpatch_json.cpp104 bool PatchJson::GetModuleObject(std::unique_ptr<PtJson>& moduleObj) in GetModuleObject() function in OHOS::AppPackingTool::PatchJson
259 if (!GetModuleObject(moduleObj)) { in GetName()
286 if (!GetModuleObject(moduleObj)) { in GetType()
313 if (!GetModuleObject(moduleObj)) { in GetDeviceTypes()
344 if (!GetModuleObject(moduleObj)) { in GetOriginalModuleHash()
373 if (!GetAppObject(appObj) || !GetModuleObject(moduleObj)) { in GetHqfInfo()
Dmodule_json_fa.cpp297 if (!GetModuleObject(moduleObj)) { in GetFaModuleName()
351 if (!GetModuleObject(moduleObj)) { in GetFaPackageStr()
486 if (!GetModuleObject(moduleObj)) { in GetFaEntry()
520 if (!GetModuleObject(moduleObj)) { in GetFaDeviceTypes()
551 if (!GetModuleObject(moduleObj)) { in GetFaModuleType()
645 if (!GetModuleObject(moduleObj)) { in GetFaDistroFilter()
692 if (!GetModuleObject(moduleObj)) { in GetFaHapVerifyInfo()
Dmodule_json_stage.cpp169 if (!GetModuleObject(moduleObj)) { in GetStageInstallationFree()
232 if (!GetModuleObject(moduleObj)) { in GetStageModuleName()
341 if (!GetModuleObject(moduleObj)) { in GetStageEntry()
366 if (!GetModuleObject(moduleObj)) { in GetStageDeviceTypes()
420 if (!GetModuleObject(moduleObj)) { in GetStageModuleType()
448 if (!GetAppObject(appObj) || !GetModuleObject(moduleObj)) { in GetStageBundleType()
602 if (!GetModuleObject(moduleObj)) { in GetStageHapVerifyInfo()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/
Dmodule_json_test.cpp3575 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3614 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3663 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3680 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3712 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3761 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3810 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3843 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3860 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
3909 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
[all …]
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dpatch_json.h41 bool GetModuleObject(std::unique_ptr<PtJson>& moduleObj);
Dmodule_json.h49 bool GetModuleObject(std::unique_ptr<PtJson>& moduleObj);
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
Dpatch_json_test.cpp184 EXPECT_TRUE(patchJson.GetModuleObject(appObj));
407 bool ret = patchJson.GetModuleObject(moduleObj);
411 ret = patchJson.GetModuleObject(moduleObj);
415 ret = patchJson.GetModuleObject(moduleObj);
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_stage_test/
Dmodule_json_stage_test.cpp1489 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
1604 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
1849 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));
1866 EXPECT_TRUE(moduleJson.GetModuleObject(moduleObj));