/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_swiper_theme.h | 51 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 D | js_water_flow_sections.cpp | 88 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 D | js_toggle.cpp | 310 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 D | js_tabs_controller.cpp | 189 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 D | js_button.cpp | 85 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 D | js_list_item_group.cpp | 60 if (!(changeObject->HasProperty("deleteCount"))) { in ParseChange() 177 if (obj->HasProperty("headerComponent")) { in Create() 188 if (obj->HasProperty("footerComponent")) { in Create()
|
H A D | js_checkbox.cpp | 329 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding() 330 || jsObj->HasProperty("left") || jsObj->HasProperty("right")) { in GetOldPadding()
|
H A D | js_radio.cpp | 205 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 D | js_checkboxgroup.cpp | 278 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding() 279 || jsObj->HasProperty("left") || jsObj->HasProperty("right")) { in GetOldPadding()
|
H A D | js_content_slot.cpp | 38 auto hasNativePtr = JSRef<JSObject>::Cast(info[0])->HasProperty("nativePtr_"); in Create()
|
H A D | js_flex_impl.cpp | 89 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 D | js_value.h | 74 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 D | ark_js_value.h | 83 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 D | xml_parse.h | 176 bool HasProperty(const std::string §ion, const std::string &subSection, const std::string &property); 285 bool HasProperty(const std::string §ion, const std::string &property);
|
H A D | xml_parse.cpp | 33 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 §ion, 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 §ion, 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 D | v_input_device.cpp | 274 } 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 D | napi_bluetooth_ble_utils.cpp | 94 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 D | device.cpp | 283 } 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 D | v_input_device.h | 98 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 D | js_span_object.cpp | 121 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 D | raw_decoder.h | 32 bool HasProperty(std::string key) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_context_module.cpp | 41 if (!obj || !obj->IsObject(runtime) || !obj->HasProperty(runtime, "getInstanceId")) { in GetInstanceIdByThis()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | vcard_util.h | 94 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 D | image_png_plugin_fuzz.cpp | 84 pngDecoder->HasProperty(NINE_PATCH); in PngDecoderFuncTest001()
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device.h | 99 bool HasProperty(size_t property) const; 305 inline bool Device::HasProperty(size_t property) const in HasProperty() function in OHOS::Msdp::DeviceStatus::Device
|