/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_util.cpp | 41 napi_value propertyValue = nullptr; in SetPropertyInt32() local 48 napi_value propertyValue = nullptr; in SetPropertyInt64() local 55 napi_value propertyValue = nullptr; in SetPropertyStringUtf8() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | property_handle_util.h | 56 …handle, BASE_NS::string_view propertyName, const PropertyTypeDecl& propertyType, T&& propertyValue) in SetPropertyValue() 67 bool SetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName, T&& propertyValue) in SetPropertyValue()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_util.cpp | 58 const std::string& propertyName, napi_value& propertyValue) in SetNamedProperty() 166 napi_value propertyValue = GetPropertyByName(env, object, propertyName); in GetPropertyInt32() local 190 napi_value propertyValue = GetPropertyByName(env, object, propertyName); in GetPropertyInt64() local 214 napi_value propertyValue = GetPropertyByName(env, object, propertyName); in GetPropertyBigInt64() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_want.h | 64 napi_value propertyValue = OHOS::AbilityRuntime::CreateJsValue(env, natValue); in InnerWrapJsWantParams() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_trace_utils.cpp | 162 auto propertyValue = ParseRenderPropertyVaule(value); in addAnimationFrameTrace() local 174 auto propertyValue = ParseRenderPropertyVaule(initialVelocity, value->GetPropertyType()); in addSpringInitialVelocityTrace() local
|
H A D | rs_animation_rate_decider.cpp | 147 float propertyValue = property->ToFloat(); in ProcessFloat() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.h | 177 bool SetValue(const BASE_NS::string_view propertyName, T&& propertyValue) in SetValue()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_window_listener.cpp | 123 napi_value propertyValue = nullptr; in OnControlEvent() local
|
/ohos5.0/base/telephony/core_service/frameworks/js/napi/ |
H A D | napi_util.cpp | 174 napi_value propertyValue = nullptr; in SetPropertyInt32() local 181 napi_value propertyValue = nullptr; in SetPropertyInt64() local 188 napi_value propertyValue = nullptr; in SetPropertyStringUtf8() local 195 napi_value propertyValue = nullptr; in SetPropertyBoolean() local
|
H A D | napi_parameter_util.h | 139 napi_value propertyValue = GetNapiValue(env, value); in SetPropertyToNapiObject() local
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 226 napi_value propertyValue = NapiHiSysEventUtil::GetPropertyByName(env, object, TAG_ATTR); in GetTagAttribute() local 242 napi_value propertyValue = NapiHiSysEventUtil::GetPropertyByName(env, object, propertyName); in GetStringTypeAttribute() local 280 napi_value propertyValue = NapiHiSysEventUtil::GetPropertyByName(env, object, propertyName); in GetInt32TypeAttribute() local 488 napi_value propertyValue = NapiHiSysEventUtil::GetPropertyByName(env, object, propertyName); in GetObjectTypeAttribute() local 589 napi_value propertyValue = NapiHiSysEventUtil::GetPropertyByName(env, jsObj, NAMES_ATTR); in ParseQueryRule() local 598 napi_value& propertyValue) in SetNamedProperty()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 261 uint64_t propertyValue = 0; in GetDisplayPropertyForHardCursor() local
|
H A D | hdi_device_impl.cpp | 123 … HdiDeviceImpl::GetDisplayProperty(uint32_t screenId, uint32_t propertyId, uint64_t& propertyValue) in GetDisplayProperty() 143 uint64_t propertyValue; in GetScreenCapability() local
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | hiview_napi_util.cpp | 98 …const napi_env env, napi_value& object, const std::string& propertyName, napi_value& propertyValue) in SetNamedProperty()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | slow_motion_session_napi.cpp | 216 double& propertyValue) in GetDoubleProperty()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 361 Object& MetaProperty(BASE_NS::string_view propertyName, const PropertyValueType& propertyValue) in MetaProperty()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.cpp | 124 …ropertyFromJS(napi_env env, napi_value argValue, const std::string& str, napi_value& propertyValue) in GetNamePropertyFromJS()
|
H A D | napi_common.h | 527 napi_value propertyValue = nullptr; in SetEnumValueFromJS() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_listener.cpp | 122 napi_value propertyValue = nullptr; in OnSystemBarPropertyChange() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 582 napi_value propertyValue = nullptr; in LoadSystemModuleByEngine() local 713 napi_value propertyValue = nullptr; in Initialize() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 742 std::string propertyValue = propertyMap.at(property); in IsPropertyValid() local
|
/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 317 uint64_t propertyValue = 0; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 252 for (const CORE_NS::json::value& propertyValue : customProperties.array_) { in UpdateCustomPropertyMetadata() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 921 auto propertyValue = propertyPtr ? propertyPtr->Get() : nullptr; in PerfTreeFlatten() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 728 napi_value propertyValue = nullptr; in GetDate() local
|