Home
last modified time | relevance | path

Searched defs:propName (Results 1 - 25 of 62) sorted by relevance

123

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Dnative_module.cpp26 static void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty() argument
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dinit_bgtaskmgr.cpp50 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger() argument
H A Dinit.cpp47 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger() argument
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dinit.cpp39 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger() argument
/foundation/ability/ability_runtime/frameworks/js/napi/wantConstant/
H A Dwant_constant.cpp146 void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty() argument
154 void SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const char *propName) in SetNamedProperty() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DObjectTest.cpp101 static constexpr auto propName = "value"; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dref_uri_util.cpp49 ResolvePropertySegment( BASE_NS::string_view propName, const IObjectInstance::Ptr& base, const RefUri& ref) ResolvePropertySegment() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_props.cpp20 RSScreenProps::RSScreenProps(std::string propName, uint32_t propId, uint64_t value) in RSScreenProps() argument
25 void RSScreenProps::SetPropertyName(const std::string& propName) in SetPropertyName() argument
71 std::string propName; in Unmarshalling() local
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability_constant.cpp67 void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty() argument
75 void SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const char *propName) in SetNamedProperty() argument
H A Dnapi_data_ability_operation.cpp228 void SetNamedProperty(napi_env env, napi_value obj, const char *propName, int propValue) in SetNamedProperty() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.cpp93 void SetNamedProperty(napi_env env, napi_value obj, const char *propName, const int propValue) in SetNamedProperty() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.cpp36 const char * const propName = "$t"; in Init() local
H A Dimage_module.cpp45 jerry_value_t propName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(attributeName)); in RegisterAttributeFunc() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_strategy_router_parser.cpp103 std::string AudioStrategyRouterParser::ExtractPropertyValue(const std::string &propName, xmlNode *node) in ExtractPropertyValue() argument
H A Daudio_device_parser.cpp173 std::string AudioDeviceParser::ExtractPropertyValue(const std::string &propName, xmlNode *node) in ExtractPropertyValue() argument
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/src/
H A Dgraphic_2d_xml_parser.cpp162 std::string Graphic2dXmlParser::ExtractPropertyValue(const std::string &propName, xmlNode &node) in ExtractPropertyValue() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Danalog_clock_component.cpp187 jerry_value_t propName = jerry_create_string((const jerry_char_t*)name); in GetIntegerProperty() local
200 jerry_value_t propName = jerry_create_string((const jerry_char_t*)name); in GetBoolProperty() local
H A Dclock_hand_component.cpp209 jerry_value_t propName = jerry_create_string((const jerry_char_t *)name); in SetNamedProperty() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp173 const char * const propName = "prop3"; in TestGeneralFunc() local
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
H A Daudio_param_parser.cpp156 std::string AudioParamParser::ExtractPropertyValue(const std::string &propName, xmlNode &node) in ExtractPropertyValue() argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_napi.cpp238 std::string propName; in CreateObjectWithMap() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_value.cpp166 bool ArkJSValue::GetPropertyNames(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> &propName, int32_t &len) in GetPropertyNames() argument
190 bool ArkJSValue::GetEnumerablePropertyNames(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> &propName, int32_t &len) in GetEnumerablePropertyNames() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp371 jerry_value_t propName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ERROR_CODE_KEY)); in InvokeOnRestoreData() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_sheet.cpp123 jerry_value_t propName = jerry_create_string(reinterpret_cast<jerry_char_t *>(const_cast<char *>(attrIdSelectors))); in InitNormalSelectors() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dconfig_reader.cpp104 auto propName = xmlGetProp(currNodePtr, reinterpret_cast<const xmlChar*>(XML_ATTR_NAME)); in ParseConfig() local
119 auto propName = xmlGetProp(&currNode, reinterpret_cast<const xmlChar*>(XML_ATTR_NAME)); in ParsePluginConfig() local
[all...]

Completed in 11 milliseconds

123