Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp40 needNotifyBundleScanStatus_ = false; in BeforeBmsStart()
59 needNotifyBundleScanStatus_ = true; in OnBmsStarting()
65 needNotifyBundleScanStatus_ = true; in OnBmsStarting()
123 needNotifyBundleScanStatus_ = true; in BundleRebootStartEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp105 handler->needNotifyBundleScanStatus_ = true;
107 EXPECT_TRUE(handler->needNotifyBundleScanStatus_ == false);
131 handler->needNotifyBundleScanStatus_ = false;
145 handler->needNotifyBundleScanStatus_ = true;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h579 bool needNotifyBundleScanStatus_ = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp192 needNotifyBundleScanStatus_ = false; in BeforeBmsStart()
235 needNotifyBundleScanStatus_ = true; in OnBmsStarting()
242 needNotifyBundleScanStatus_ = true; in OnBmsStarting()
274 if (needNotifyBundleScanStatus_) { in AfterBmsStart()
344 needNotifyBundleScanStatus_ = true; in BundleRebootStartEvent()