Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp71 if (!NapiUtil::HasProperty(env, config, key)) { in GenConfigStrProp()
85 if (NapiUtil::HasProperty(env, config, key)) { in GenConfigStrsProp()
97 if (NapiUtil::HasProperty(env, config, key)) { in GenConfigBoolProp()
109 if (NapiUtil::HasProperty(env, config, key)) { in GenConfigIntProp()
246 if (NapiUtil::HasProperty(env, config, key)) { in GenConfigEventConfigsProp()
278 if (!NapiUtil::HasProperty(env, config, key)) { in GenConfigCustomConfigsProp()
H A Dnapi_util.cpp262 bool HasProperty(const napi_env env, const napi_value object, const std::string& name) in HasProperty() function
274 if (!HasProperty(env, object, name)) { in GetProperty()
/base/msdp/device_status/tools/vdev/src/
H A Dv_input_device.cpp295 } else if (HasKey(BTN_TOOL_FINGER) && !HasKey(BTN_TOOL_PEN) && !HasProperty(INPUT_PROP_DIRECT)) { in CheckAbs()
299 } else if (HasKey(BTN_TOUCH) || HasProperty(INPUT_PROP_DIRECT)) { in CheckAbs()
310 } else if (HasKey(BTN_TOOL_FINGER) && !HasKey(BTN_TOOL_PEN) && !HasProperty(INPUT_PROP_DIRECT)) { in CheckMt()
312 } else if (HasKey(BTN_TOUCH) || HasProperty(INPUT_PROP_DIRECT)) { in CheckMt()
/base/msdp/device_status/tools/vdev/include/
H A Dv_input_device.h99 bool HasProperty(size_t property) const;
252 inline bool VInputDevice::HasProperty(size_t property) const in HasProperty() function in OHOS::Msdp::DeviceStatus::VInputDevice
/base/msdp/device_status/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()
/base/msdp/device_status/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
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h39 bool HasProperty(const napi_env env, const napi_value object, const std::string& name);

Completed in 6 milliseconds