Home
last modified time | relevance | path

Searched refs:ParseFiles (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dshared_bundle_installer.h45 ErrCode ParseFiles();
H A Dinner_shared_bundle_installer.h46 ErrCode ParseFiles(const InstallCheckParam &checkParam);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp34 ErrCode SharedBundleInstaller::ParseFiles() in ParseFiles() function in OHOS::AppExecFwk::SharedBundleInstaller
57 result = installer->ParseFiles(checkParam); in ParseFiles()
H A Dinner_shared_bundle_installer.cpp46 ErrCode InnerSharedBundleInstaller::ParseFiles(const InstallCheckParam &checkParam) in ParseFiles() function in OHOS::AppExecFwk::InnerSharedBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1661 * @tc.name: test the start function of ParseFiles
1667 ErrCode ret = installer.ParseFiles(checkParam); in HWTEST_F()
1670 EXPECT_NE(ERR_OK, installer.ParseFiles(checkParam)); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4207 * @tc.name: test the start function of ParseFiles
4208 * @tc.desc: 1.Test ParseFiles
4216 auto res = installer.ParseFiles(); in HWTEST_F()
4224 * @tc.name: test the start function of ParseFiles
4225 * @tc.desc: 1.Test ParseFiles
4234 auto ret = installer.ParseFiles(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1114 ErrCode result = sharedBundleInstaller.ParseFiles(); in ProcessBundleInstall()

Completed in 27 milliseconds