Home
last modified time | relevance | path

Searched defs:propName (Results 1 – 25 of 88) sorted by relevance

1234

/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dprop_test.c72 static int32_t TestPropGet(const char *propName) in TestPropGet()
96 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet()
115 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist()
148 const char *propName = NULL; in PropTest() local
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dprop_test.c80 static int32_t TestPropGet(const char *propName) in TestPropGet()
104 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet()
123 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist()
154 static int32_t TestProp(const char *propName, const char *propValue, bool setProp, bool getProp, bo… in TestProp()
174 const char *propName = NULL; in PropTest() local
/ohos5.0/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()
25 void RSScreenProps::SetPropertyName(const std::string& propName) in SetPropertyName()
71 std::string propName; in Unmarshalling() local
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_device_serial_func_test.cpp174 const char *propName = "idVendor"; variable
193 const char *propName = "idVendor"; variable
212 const char *propName = "testp"; variable
231 const char *propName = "testp"; variable
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c136 void acm_prop_regist(const char *propName, const char *propValue) in acm_prop_regist()
153 void acm_prop_write(const char *propName, const char *propValue) in acm_prop_write()
175 void acm_prop_read(const char *propName, char *propValue) in acm_prop_read()
/ohos5.0/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()
75 void SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const char *propName) in SetNamedProperty()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/wantConstant/
H A Dwant_constant.cpp147 void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty()
155 void SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const char *propName) in SetNamedProperty()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_props.cpp67 string RingtoneProps::GetProp(const string &propName, const string &defaultVal) in GetProp()
100 bool RingtoneProps::SetProp(const string &propName, const string &propVal) in SetProp()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp65 void JSI::SetNamedProperty(JSIValue object, const char * const propName, JSIValue value) in SetNamedProperty()
80 void JSI::SetNumberProperty(JSIValue object, const char * const propName, double value) in SetNumberProperty()
91 void JSI::SetBooleanProperty(JSIValue object, const char * const propName, bool value) in SetBooleanProperty()
102 void JSI::SetStringProperty(JSIValue object, const char * const propName, const char *value) in SetStringProperty()
344 JSIValue JSI::GetNamedProperty(JSIValue object, const char * const propName) in GetNamedProperty()
361 double JSI::GetNumberProperty(JSIValue object, const char * const propName) in GetNumberProperty()
373 bool JSI::GetBooleanProperty(JSIValue object, const char * const propName) in GetBooleanProperty()
385 char *JSI::GetStringProperty(JSIValue object, const char * const propName) in GetStringProperty()
397 char *JSI::GetStringPropertyWithBufferSize(JSIValue object, const char * const propName, size_t &si… in GetStringPropertyWithBufferSize()
1082 bool JSI::DefineProperty(JSIValue object, JSIValue propName, JSPropertyDescriptor descriptor) in DefineProperty()
[all …]
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/support/src/
H A Dsupport.cpp21 …medPropertyByStr(napi_env env, napi_value dstObj, const std::string &objName, const char *propName) in SetNamedPropertyByStr()
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dtimer_type.cpp22 …d SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c32 static inline int32_t DdkSysfsGetBase(const char *propName) in DdkSysfsGetBase()
45 static int32_t DdkSysfsReadProperty(const char *deviceDir, const char *propName, int64_t *value, ui… in DdkSysfsReadProperty()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Dnative_module.cpp26 …c void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.cpp36 const char * const propName = "$t"; in Init() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dinit.cpp47 …d SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger()
H A Dinit_bgtaskmgr.cpp50 …d SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dinit.cpp39 …d SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dref_uri_util.cpp50 BASE_NS::string_view propName, const IObjectInstance::Ptr& base, const RefUri& ref) in ResolvePropertySegment()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp93 const char* propName, in PrepareStyleSheet()
181 JSValue StyleMgrTddTest::PrepareStyleOption(const char* styleType, const char* propName, uint16_t p… in PrepareStyleOption() argument
214 JSValue StyleMgrTddTest::PrepareAttrOption(const char* propName, const char* propValue) const in PrepareAttrOption() argument
244 void StyleMgrTddTest::AddValueToAttrOption(jerry_value_t attrOption, const char* propName, const ch… in AddValueToAttrOption() argument
263 void StyleMgrTddTest::AddStrValueToOption(jerry_value_t option, const char* propName, const char* p… in AddStrValueToOption() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js251 has(propName) { argument
283 get(propName) { argument
297 set(propName, newValue) { argument
325 setOrCreate(propName, newValue) { argument
351 ref(propName) { argument
364 setAndRef(propName, defaultValue) { argument
521 delete(propName) { argument
681 static ref(propName) { argument
1835 deleteProp(propName) { argument
2791 setInfo(propName) { argument
[all …]
/ohos5.0/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
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_strategy_router_parser.cpp102 std::string AudioStrategyRouterParser::ExtractPropertyValue(const std::string &propName, xmlNode *n… in ExtractPropertyValue()
/ohos5.0/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()

1234