Home
last modified time | relevance | path

Searched refs:RemoveHqfInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dinner_app_quick_fix.cpp59 if (!RemoveHqfInfo(item.moduleName)) { in AddHqfInfo()
67 bool InnerAppQuickFix::RemoveHqfInfo(const std::string &moduleName) in RemoveHqfInfo() function in OHOS::AppExecFwk::InnerAppQuickFix
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dinner_app_quick_fix.h58 bool RemoveHqfInfo(const std::string &moduleName);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/
H A Dbms_bundle_quick_fix_deleter_test.cpp303 ErrCode result = innerAppQuickFix->RemoveHqfInfo("moduleNameNo");
324 ErrCode result = innerAppQuickFix->RemoveHqfInfo("moduleName");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp4231 auto ret = innerAppQuickFix.RemoveHqfInfo("com.example.bmsaccesstoken.MyApplication1");
4243 auto ret = innerAppQuickFix.RemoveHqfInfo("com.example.bmsaccesstoken.MyApplication1");
4255 auto ret = innerAppQuickFix.RemoveHqfInfo("");