Home
last modified time | relevance | path

Searched refs:Detect (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_threshold_detector_test.cpp55 thresholdDetector->Detect(data[0], notCallback);
57 thresholdDetector->Detect(data[1], notCallback);
63 thresholdDetector->Detect(data[2], callback2);
65 thresholdDetector->Detect(data[3], notCallback);
67 thresholdDetector->Detect(data[4], notCallback);
73 thresholdDetector->Detect(data[5], callback5);
75 thresholdDetector->Detect(data[6], notCallback);
77 thresholdDetector->Detect(data[7], notCallback);
79 thresholdDetector->Detect(data[8], notCallback);
85 thresholdDetector->Detect(data[9], callback9);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp73 nodeBucketThrDetector_.Detect(remainBucketSize, callback); in ReleaseNodeBucket()
153 drawableBucketThrDetector_.Detect(remainBucketSize, callback); in ReleaseDrawableBucket()
218 offTreeBucketThrDetector_.Detect(remainBucketSize, callback); in ReleaseOffTreeNodeBucket()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_threshold_detector.h35 void Detect(const T value, const DetectCallBack& callback) in Detect() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_pattern.h29 static const std::set<Pattern> Detect(const std::set<Pattern> &patternsToCheck,
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_rule_init.h35 std::vector<MatchedDateTimeInfo> Detect(icu::UnicodeString& message);
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_matched.cpp44 std::vector<MatchedDateTimeInfo> matches = this->dateRuleInit->Detect(messageStr); in GetMatchedDateTime()
H A Ddate_rule_init.cpp46 std::vector<MatchedDateTimeInfo> DateRuleInit::Detect(icu::UnicodeString& message) in Detect() function in OHOS::Global::I18n::DateRuleInit
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimerule_fuzzer/
H A Ddatetimerule_fuzzer.cpp33 dateRuleInit->Detect(message); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h92 int32_t (*Detect)(ChipDevice *device); member
H A Dhdf_touch.c557 if ((chipDev->ops == NULL) || (chipDev->ops->Detect == NULL)) { in ChipCheckResetRetry()
564 ret = chipDev->ops->Detect(chipDev); in ChipCheckResetRetry()
588 if ((chipDev->ops == NULL) || (chipDev->ops->Detect == NULL)) { in ChipDriverInit()
594 ret = chipDev->ops->Detect(chipDev); in ChipDriverInit()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.h119 static jerry_value_t Detect(const jerry_value_t func,
H A Dfeature_ability_module.cpp67 CreateNamedFunction(FUNC_DETECT, Detect); in Init()
120 jerry_value_t FeatureAbilityModule::Detect(const jerry_value_t func, in Detect() function in OHOS::ACELite::FeatureAbilityModule
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_pattern.cpp33 const std::set<Pattern> PatternDetection::Detect(const std::set<Pattern> &patternsToCheck, in Detect() function in OHOS::MiscServices::PatternDetection
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c121 .Detect = ChipDetect,
H A Dtouch_ft5406.c195 .Detect = ChipDetect,
H A Dtouch_ft5x06.c322 .Detect = ChipDetect,
H A Dtouch_gt911.c301 .Detect = ChipDetect,
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-driver-oom.md102 | int32_t&nbsp;(\*Detect)(ChipDevice&nbsp;\*device) | 实现器件探测 |
H A Dstandard-system-porting-guide.md253 | int32_t&nbsp;(\*Detect)(ChipDevice&nbsp;\*device) | 器件探测 |
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
H A Dinput_driver_source.template111 .Detect = ChipDetect,
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md216 .Detect = ChipDetect, // 器件检测
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-touch-des.md338 .Detect = ChipDetect,
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md215 … .Detect = ChipDetect, // Detect the chip.
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-driver-oom.md101 | int32_t&nbsp;(\*Detect)(ChipDevice&nbsp;\*device) | Detects the device. |
/ohos5.0/build/config/sanitizers/
H A Dsanitizers.gni163 # Detect overflow/underflow for global objects.

12