Home
last modified time | relevance | path

Searched refs:CheckDeviceType (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_device_type_test.cpp93 * @tc.name: test CheckDeviceType function of BundleInstallChecker
106 auto ret = checker.CheckDeviceType(infos); in HWTEST_F()
112 * @tc.name: test CheckDeviceType function of BundleInstallChecker
127 auto ret = checker.CheckDeviceType(infos); in HWTEST_F()
133 * @tc.name: test CheckDeviceType function of BundleInstallChecker
148 auto ret = checker.CheckDeviceType(infos); in HWTEST_F()
154 * @tc.name: test CheckDeviceType function of BundleInstallChecker
169 auto ret = checker.CheckDeviceType(infos); in HWTEST_F()
175 * @tc.name: test CheckDeviceType function of BundleInstallChecker
190 auto ret = checker.CheckDeviceType(info in HWTEST_F()
[all...]
H A Dbms_bundle_install_checker_test.cpp462 * @tc.name: test the start function of CheckDeviceType
473 auto ret = installChecker.CheckDeviceType(infos); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp3217 * @tc.name: test the start function of CheckDeviceType
3225 auto ret = installChecker.CheckDeviceType(infos); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_transform_processor.h108 DeviceType CheckDeviceType(int32_t width, int32_t height);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h158 ErrCode CheckDeviceType(std::unordered_map<std::string, InnerBundleInfo> &infos) const;
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp118 DeviceType deviceType = CheckDeviceType(displayInfo->width, displayInfo->height); in HandleMotionInner()
699 DeviceType MouseTransformProcessor::CheckDeviceType(int32_t width, int32_t height) in CheckDeviceType() function in OHOS::MMI::MouseTransformProcessor
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp95 result = bundleInstallChecker_->CheckDeviceType(parsedBundles_); in ParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp417 result = bundleInstallChecker_->CheckDeviceType(newInfos); in CheckAndParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1369 ErrCode BundleInstallChecker::CheckDeviceType(std::unordered_map<std::string, InnerBundleInfo> &infos) const in CheckDeviceType() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp4029 ret = bundleInstallChecker_->CheckDeviceType(infos); in CheckInstallCondition()
4031 LOG_E(BMS_TAG_INSTALLER, "CheckDeviceType failed due to errorCode : %{public}d", ret); in CheckInstallCondition()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test.cpp183 * @tc.desc: Test CheckDeviceType
193 ASSERT_NO_FATAL_FAILURE(processor.CheckDeviceType(width, height)); in HWTEST_F()

Completed in 36 milliseconds