Searched refs:HandleInvalidBundle (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_exception_handler_test/ |
H A D | bms_bundle_exception_handler_test.cpp | 137 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 155 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 171 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 188 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 208 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 228 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 248 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 267 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 287 bundleExceptionHandler_->HandleInvalidBundle(info, isBundleValid); 309 BundleExceptionHandler.HandleInvalidBundle(info, isBundleValid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_exception_handler.h | 34 void HandleInvalidBundle(InnerBundleInfo &info, bool &isBundleValid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_storage_rdb.cpp | 87 handler->HandleInvalidBundle(innerBundleInfo, isBundleValid); in TransformStrToInfo()
|
H A D | bundle_exception_handler.cpp | 34 void BundleExceptionHandler::HandleInvalidBundle(InnerBundleInfo &info, bool &isBundleValid) in HandleInvalidBundle() function in OHOS::AppExecFwk::BundleExceptionHandler
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 4835 BundleExceptionHandler.HandleInvalidBundle(info, isBundleValid);
|