Home
last modified time | relevance | path

Searched refs:CheckNeedUpdate (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_input_manager_test.cpp360 * @tc.name: CheckNeedUpdate
361 * @tc.desc: CheckNeedUpdate
371 bool ret1 = SceneInputManager::GetInstance().CheckNeedUpdate(displayInfos, windowInfoList); in HWTEST_F()
377 bool ret2 = SceneInputManager::GetInstance().CheckNeedUpdate(displayInfos, windowInfoList); in HWTEST_F()
383 bool ret3 = SceneInputManager::GetInstance().CheckNeedUpdate(displayInfos, windowInfoList); in HWTEST_F()
388 * @tc.name: CheckNeedUpdate
389 * @tc.desc: CheckNeedUpdate
404 bool result = SceneInputManager::GetInstance().CheckNeedUpdate(displayInfos, windowInfoList); in HWTEST_F()
408 result = SceneInputManager::GetInstance().CheckNeedUpdate(displayInfos, windowInfoList); in HWTEST_F()
412 result = SceneInputManager::GetInstance().CheckNeedUpdate(displayInfo in HWTEST_F()
[all...]
H A Dscene_session_dirty_manager_test2.cpp599 checkNeedUpdateFlag = sim_->CheckNeedUpdate(currDisplayInfos, currWindowInfoList); in HWTEST_F()
634 checkNeedUpdateFlag = sim_->CheckNeedUpdate(currDisplayInfos, currWindowInfoList); in HWTEST_F()
669 checkNeedUpdateFlag = sim_->CheckNeedUpdate(currDisplayInfos, currWindowInfoList); in HWTEST_F()
704 checkNeedUpdateFlag = sim_->CheckNeedUpdate(currDisplayInfos, currWindowInfoList); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp47 appServiceFwk.CheckNeedUpdate(newInfo, oldInfo); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_input_manager.h55 bool CheckNeedUpdate(const std::vector<MMI::DisplayInfo>& displayInfos,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp553 * @tc.name: test CheckNeedUpdate
554 * @tc.desc: 1.Test the CheckNeedUpdate
565 bool res = appServiceFwkInstaller.CheckNeedUpdate(newInfo, oldInfo); in HWTEST_F()
571 * @tc.name: test CheckNeedUpdate
572 * @tc.desc: 1.Test the CheckNeedUpdate
583 bool res = appServiceFwkInstaller.CheckNeedUpdate(newInfo, oldInfo); in HWTEST_F()
590 * @tc.name: test CheckNeedUpdate
591 * @tc.desc: 1.Test the CheckNeedUpdate
603 bool res = appServiceFwkInstaller.CheckNeedUpdate(newInfo, oldInfo); in HWTEST_F()
610 * @tc.name: test CheckNeedUpdate
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h97 bool CheckNeedUpdate(const InnerBundleInfo &newInfo, const InnerBundleInfo &oldInfo);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp330 bool SceneInputManager::CheckNeedUpdate(const std::vector<MMI::DisplayInfo>& displayInfos, in CheckNeedUpdate() function in OHOS::Rosen::SceneInputManager
536 if (!forceFlush && !CheckNeedUpdate(displayInfos, windowInfoList)) { in FlushDisplayInfoToMMI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp1032 if (CheckNeedUpdate(item.second, oldInfo)) { in CheckNeedInstall()
1039 bool AppServiceFwkInstaller::CheckNeedUpdate(const InnerBundleInfo &newInfo, const InnerBundleInfo &oldInfo) in CheckNeedUpdate() function in OHOS::AppExecFwk::AppServiceFwkInstaller

Completed in 8 milliseconds