Home
last modified time | relevance | path

Searched refs:defaultType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp118 int errTypeField, const std::string& defaultType) in GetErrorTypeFromLog() argument
122 HILOG_INFO(LOG_CORE, "%{public}s Regex not match, set default type.", defaultType.c_str()); in GetErrorTypeFromLog()
123 return defaultType; in GetErrorTypeFromLog()
126 HILOG_INFO(LOG_CORE, "%{public}s errType is %{public}s", defaultType.c_str(), errType.c_str()); in GetErrorTypeFromLog()
H A Dgwpasan_collector.h61 int errTypeField, const std::string& defaultType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.h41 static std::string defaultType = "text"; in GetType() local
43 return attribute.IsValid() ? attribute.type.first : defaultType; in GetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h139 MeasureType GetMeasureType(MeasureType defaultType = MeasureType::MATCH_CONTENT) const
141 return measureType_.value_or(defaultType);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DdeviceFound.ets317 private type: string = 'defaultType'
367 private type: string = 'defaultType'
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets4395 * @param defaultType default collapse image type
4399 defaultType?: CollapseImageType): CollapseImageNode | undefined {
4400 if (defaultType === undefined) {
4403 let type: CollapseImageType = defaultType;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12388 LightPaintingType defaultType; variable
12389 intResult = session->GetLightPainting(defaultType);
12390 EXPECT_EQ(defaultType, setType);