Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_device_type_test.cpp106 auto ret = checker.CheckDeviceType(infos);
127 auto ret = checker.CheckDeviceType(infos);
148 auto ret = checker.CheckDeviceType(infos);
169 auto ret = checker.CheckDeviceType(infos);
190 auto ret = checker.CheckDeviceType(infos);
211 auto ret = checker.CheckDeviceType(infos);
232 auto ret = checker.CheckDeviceType(infos);
H A Dbms_bundle_install_checker_test.cpp473 auto ret = installChecker.CheckDeviceType(infos);
H A Dbms_bundle_installer_test.cpp3221 auto ret = installChecker.CheckDeviceType(infos);
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_transform_processor.h109 DeviceType CheckDeviceType(int32_t width, int32_t height);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h158 ErrCode CheckDeviceType(std::unordered_map<std::string, InnerBundleInfo> &infos) const;
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp119 DeviceType deviceType = CheckDeviceType(displayInfo->width, displayInfo->height); in HandleMotionInner()
739 DeviceType MouseTransformProcessor::CheckDeviceType(int32_t width, int32_t height) in CheckDeviceType() function in OHOS::MMI::MouseTransformProcessor
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp90 result = bundleInstallChecker_->CheckDeviceType(parsedBundles_); in ParseFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp333 result = bundleInstallChecker_->CheckDeviceType(newInfos); in CheckAndParseFiles()
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test.cpp182 ASSERT_NO_FATAL_FAILURE(processor.CheckDeviceType(width, height));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1389 ErrCode BundleInstallChecker::CheckDeviceType(std::unordered_map<std::string, InnerBundleInfo> &inf… in CheckDeviceType() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp3856 ErrCode ret = bundleInstallChecker_->CheckDeviceType(infos); in CheckInstallCondition()