Searched refs:CheckDeviceType (Results 1 – 11 of 11) sorted by relevance
106 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);
473 auto ret = installChecker.CheckDeviceType(infos);
3221 auto ret = installChecker.CheckDeviceType(infos);
109 DeviceType CheckDeviceType(int32_t width, int32_t height);
158 ErrCode CheckDeviceType(std::unordered_map<std::string, InnerBundleInfo> &infos) const;
119 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
90 result = bundleInstallChecker_->CheckDeviceType(parsedBundles_); in ParseFiles()
333 result = bundleInstallChecker_->CheckDeviceType(newInfos); in CheckAndParseFiles()
182 ASSERT_NO_FATAL_FAILURE(processor.CheckDeviceType(width, height));
1389 ErrCode BundleInstallChecker::CheckDeviceType(std::unordered_map<std::string, InnerBundleInfo> &inf… in CheckDeviceType() function in OHOS::AppExecFwk::BundleInstallChecker
3856 ErrCode ret = bundleInstallChecker_->CheckDeviceType(infos); in CheckInstallCondition()