Home
last modified time | relevance | path

Searched refs:HasProperty (Results 1 - 25 of 55) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h51 if (!obj->HasProperty("colorValue") || !ParseJsColor(obj->GetProperty("colorValue"), color)) { in ApplyThemeToDotIndicator()
54 if (!obj->HasProperty("selectedColorValue") || !ParseJsColor(obj->GetProperty("selectedColorValue"), color)) { in ApplyThemeToDotIndicator()
75 if (!obj->HasProperty("color") || !ParseJsColor(obj->GetProperty("color"), color)) { in ApplyThemeToIndicatorStyle()
78 if (!obj->HasProperty("selectedColor") || !ParseJsColor(obj->GetProperty("selectedColor"), color)) { in ApplyThemeToIndicatorStyle()
90 if (!obj->HasProperty("fontColorValue") || !ParseJsColor(obj->GetProperty("fontColorValue"), color)) { in ApplyThemeToDigitIndicator()
93 if (!obj->HasProperty("selectedColorValue") || !ParseJsColor(obj->GetProperty("selectedColorValue"), color)) { in ApplyThemeToDigitIndicator()
105 if (!obj->HasProperty("arrowColor") || !ParseJsColor(obj->GetProperty("arrowColor"), color)) { in ApplyThemeToDisplayArrow()
108 if (!obj->HasProperty("backgroundColor") || in ApplyThemeToDisplayArrow()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp88 if (obj->HasProperty("columnsGap")) { in ParseGaps()
97 if (obj->HasProperty("rowsGap")) { in ParseGaps()
106 if (obj->HasProperty("margin")) { in ParseGaps()
124 if (!obj->HasProperty("itemsCount")) { in ParseSectionOptions()
134 if (obj->HasProperty("crossCount")) { in ParseSectionOptions()
146 if (!obj->HasProperty("onGetItemMainSizeByIndex")) { in ParseSectionOptions()
H A Djs_toggle.cpp310 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding()
311 || jsObj->HasProperty("left") || jsObj->HasProperty("right")) { in GetOldPadding()
428 if (jsObj->HasProperty("pointRadius") && in SwitchStyle()
436 if (jsObj->HasProperty("unselectedColor") && in SwitchStyle()
448 if (jsObj->HasProperty("pointColor") && ParseJsColor(jsObj->GetProperty("pointColor"), pointColor)) { in SwitchStyle()
459 if (jsObj->HasProperty("trackBorderRadius") && in SwitchStyle()
H A Djs_tabs_controller.cpp189 if (jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::X)) || in SetTabBarTranslate()
190 jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::Y)) || in SetTabBarTranslate()
191 jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::Z))) { in SetTabBarTranslate()
H A Djs_button.cpp85 if (object->HasProperty(key) && object->GetProperty(key)->IsObject()) { in GetBorderRadiusByLengthMetrics()
104 if (object->HasProperty("topStart") || object->HasProperty("topEnd") || object->HasProperty("bottomStart") || in ParseAllBorderRadius()
105 object->HasProperty("bottomEnd")) { in ParseAllBorderRadius()
444 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") || jsObj->HasProperty("left") || in GetOldPadding()
445 jsObj->HasProperty("right")) { in GetOldPadding()
691 if (info[0]->IsObject() && JSRef<JSObject>::Cast(info[0])->HasProperty("i in ParseCreatePara()
[all...]
H A Djs_list_item_group.cpp60 if (!(changeObject->HasProperty("deleteCount"))) { in ParseChange()
177 if (obj->HasProperty("headerComponent")) { in Create()
188 if (obj->HasProperty("footerComponent")) { in Create()
H A Djs_checkbox.cpp329 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding()
330 || jsObj->HasProperty("left") || jsObj->HasProperty("right")) { in GetOldPadding()
H A Djs_radio.cpp205 if (jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::TOP)) || in GetOldPadding()
206 jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)) || in GetOldPadding()
207 jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::LEFT)) || in GetOldPadding()
208 jsObj->HasProperty(static_cast<int32_t>(ArkUIIndex::RIGHT))) { in GetOldPadding()
H A Djs_checkboxgroup.cpp278 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding()
279 || jsObj->HasProperty("left") || jsObj->HasProperty("right")) { in GetOldPadding()
H A Djs_content_slot.cpp38 auto hasNativePtr = JSRef<JSObject>::Cast(info[0])->HasProperty("nativePtr_"); in Create()
H A Djs_flex_impl.cpp89 if (obj->HasProperty("space")) { in CreateFlexComponent()
111 if (obj->HasProperty("space")) { in CreateWrapComponent()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djs_value.h74 virtual bool HasProperty(shared_ptr<JsRuntime> runtime, const std::string &name) = 0;
75 virtual bool HasProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name) = 0;
H A Dark_js_value.h83 bool HasProperty(shared_ptr<JsRuntime> runtime, const std::string &name) override;
84 bool HasProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.h176 bool HasProperty(const std::string &section, const std::string &subSection, const std::string &property);
285 bool HasProperty(const std::string &section, const std::string &property);
H A Dxml_parse.cpp33 bool HasProperty(xmlNodePtr node, const std::string &property);
208 bool XmlParse::impl::HasProperty(xmlNodePtr node, const std::string &property) in HasProperty() function in utility::XmlParse::impl
342 bool XmlParse::HasProperty(const std::string &section, const std::string &subSection, const std::string &property) in HasProperty() function in utility::XmlParse
345 return pimpl->HasProperty(sectionNode, property); in HasProperty()
507 bool XmlParse::HasProperty(const std::string &section, const std::string &property) in HasProperty() function in utility::XmlParse
510 return pimpl->HasProperty(sectionNode, property); in HasProperty()
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dv_input_device.cpp274 } else if (HasKey(BTN_TOOL_FINGER) && !HasKey(BTN_TOOL_PEN) && !HasProperty(INPUT_PROP_DIRECT)) { in CheckAbs()
278 } else if (HasKey(BTN_TOUCH) || HasProperty(INPUT_PROP_DIRECT)) { in CheckAbs()
289 } else if (HasKey(BTN_TOOL_FINGER) && !HasKey(BTN_TOOL_PEN) && !HasProperty(INPUT_PROP_DIRECT)) { in CheckMt()
291 } else if (HasKey(BTN_TOUCH) || HasProperty(INPUT_PROP_DIRECT)) { in CheckMt()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp94 bool HasProperty(int properties, int propertyMask) in HasProperty() function
108 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::WRITE), &value); in ConvertGattPropertiesToJs()
111 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::WRITE_WITHOUT_RESPONSE), &value); in ConvertGattPropertiesToJs()
114 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::READ), &value); in ConvertGattPropertiesToJs()
117 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::NOTIFY), &value); in ConvertGattPropertiesToJs()
120 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::INDICATE), &value); in ConvertGattPropertiesToJs()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp283 } else if (HasKey(BTN_TOOL_FINGER) && !HasKey(BTN_TOOL_PEN) && !HasProperty(INPUT_PROP_DIRECT)) { in CheckAbs()
287 } else if (HasKey(BTN_TOUCH) || HasProperty(INPUT_PROP_DIRECT)) { in CheckAbs()
307 } else if (HasKey(BTN_TOOL_FINGER) && !HasKey(BTN_TOOL_PEN) && !HasProperty(INPUT_PROP_DIRECT)) { in CheckMt()
309 } else if (HasKey(BTN_TOUCH) || HasProperty(INPUT_PROP_DIRECT)) { in CheckMt()
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h98 bool HasProperty(size_t property) const;
251 inline bool VInputDevice::HasProperty(size_t property) const in HasProperty() function in OHOS::MMI::VInputDevice
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp121 if (obj->HasProperty("fontColor")) { in ParseJsFontColor()
137 if (obj->HasProperty("fontSize")) { in ParseJsFontSize()
156 if (obj->HasProperty("fontWeight")) { in ParseJsFontWeight()
178 if (obj->HasProperty("fontFamily")) { in ParseJsFontFamily()
195 if (obj->HasProperty("fontStyle")) { in ParseJsFontStyle()
1059 if (result->HasProperty("width")) { in ParseOnMeasureFunc()
1067 if (result->HasProperty("height")) { in ParseOnMeasureFunc()
1244 if (!obj->HasProperty("textAlign")) { in ParseJsTextAlign()
1260 if (!obj->HasProperty("textIndent")) { in ParseJsTextIndent()
1286 if (!obj->HasProperty("maxLine in ParseJsMaxLines()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H A Draw_decoder.h32 bool HasProperty(std::string key) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_context_module.cpp41 if (!obj || !obj->IsObject(runtime) || !obj->HasProperty(runtime, "getInstanceId")) { in GetInstanceIdByThis()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dvcard_util.h94 bool HasProperty(std::string propertyId) in HasProperty() function in stub::VCardVersion::VCard
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp84 pngDecoder->HasProperty(NINE_PATCH); in PngDecoderFuncTest001()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h99 bool HasProperty(size_t property) const;
305 inline bool Device::HasProperty(size_t property) const in HasProperty() function in OHOS::Msdp::DeviceStatus::Device

Completed in 17 milliseconds

123