Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 17 of 17) sorted by relevance

/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_util.cpp58 const std::string& propertyName, napi_value& propertyValue) in SetNamedProperty()
68 const std::string& propertyName) in GetPropertyByName()
143 const std::string& propertyName, uint32_t value) in SetPropertyInt32()
150 const std::string& propertyName, uint64_t value) in SetPropertyInt64()
157 const std::string& propertyName, uint64_t value) in SetPropertyBigInt64()
164 const std::string& propertyName) in GetPropertyInt32()
188 const std::string& propertyName) in GetPropertyInt64()
212 const std::string& propertyName) in GetPropertyBigInt64()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager_utils.cpp180 …allManagerUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
187 …llManagerUtils::GetStringProperty(napi_env env, napi_value object, const std::string &propertyName) in GetStringProperty()
204 …iCallManagerUtils::GetIntProperty(napi_env env, napi_value object, const std::string &propertyName) in GetIntProperty()
220 napi_env env, napi_value object, const std::string &propertyName, int32_t &result) in GetUssdIntProperty()
235 napi_env env, napi_value object, const std::string &propertyName, std::string &result) in GetUssdStringProperty()
253 …CallManagerUtils::GetBoolProperty(napi_env env, napi_value object, const std::string &propertyName) in GetBoolProperty()
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dnapi_print_utils.cpp38 … NapiPrintUtils::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
45 … NapiPrintUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
99 …NapiPrintUtils::GetUint32Property(napi_env env, napi_value object, const std::string &propertyName) in GetUint32Property()
135 … NapiPrintUtils::GetInt32Property(napi_env env, napi_value object, const std::string &propertyName) in GetInt32Property()
176 …PrintUtils::GetStringPropertyUtf8(napi_env env, napi_value object, const std::string &propertyName) in GetStringPropertyUtf8()
276 …apiPrintUtils::GetBooleanProperty(napi_env env, napi_value object, const std::string &propertyName) in GetBooleanProperty()
/base/msdp/device_status/intention/adapters/test/unittest/src/
Dddp_adapter_test.cpp100 const std::string propertyName = "int_property"; variable
117 const std::string propertyName = "int_property"; variable
133 const std::string propertyName = "int_property"; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp614 const char* propertyName, char* propertyVal, const int32_t size) in GetStringUtf8()
635 const char* propertyName, bool& propertyVal) in GetBool()
656 const char* propertyName, int32_t& propertyVal, bool isNecessary) in GetInt32()
670 const char* propertyName, int64_t& propertyVal) in GetInt64()
681 const char* propertyName, napi_value& propertyVal) in GetPropertyValIfExist()
707 const char* propertyName, napi_value& propertyVal) in GetObject()
726 const char* propertyName, double& date) in GetDate()
957 const char* propertyName, std::vector<uint8_t> &propertyVal, uint8_t maxLen) in ParseInt32Array()
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_common.cpp219 bool GetStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::str… in GetStringPropertyByKey()
226 bool GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalStringPropertyByKey()
245 bool GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalStringPropertyByKey()
268 bool IsOptionalPropertyExist(napi_env env, napi_value obj, const std::string &propertyName) in IsOptionalPropertyExist()
286 bool GetOptionalNumberPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalNumberPropertyByKey()
462 void SetInt32ToJsProperty(napi_env env, int32_t number, const std::string &propertyName, napi_value… in SetInt32ToJsProperty()
/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp499 bool Convert2Boolean(napi_env env, napi_value object, const std::string &propertyName) in Convert2Boolean()
520 uint32_t Convert2Uint32(napi_env env, napi_value object, const std::string &propertyName) in Convert2Uint32()
546 int64_t Convert2Int64(napi_env env, napi_value object, const std::string &propertyName) in Convert2Int64()
570 std::string Convert2String(napi_env env, napi_value object, const std::string &propertyName) in Convert2String()
644 bool HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
651 napi_value GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
Djs_initialize.cpp509 napi_env env, napi_value jsConfig, const std::string &propertyName) in ParseMap()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp240 const std::string& propertyName, std::string defaultValue = "") in GetStringTypeAttribute()
278 const std::string& propertyName, int32_t defaultValue = 0) in GetInt32TypeAttribute()
486 const std::string& propertyName, HiSysEventInfo& info) in GetObjectTypeAttribute()
598 void SetNamedProperty(const napi_env env, napi_value& object, const std::string& propertyName, in SetNamedProperty()
607 bool IsBaseInfoKey(const std::string& propertyName) in IsBaseInfoKey()
730 const std::string& propertyName) in GetPropertyByName()
799 auto propertyName = *it; in CreateHiSysEventInfoJsObject() local
/base/telephony/core_service/frameworks/js/napi/
Dnapi_util.cpp207 bool NapiUtil::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
215 napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in HasNamedTypeProperty()
242 napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in MatchOptionPropertyType()
267 …_value NapiUtil::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_napi_helper.cpp513 …rAuthNapiHelper::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
540 …rAuthNapiHelper::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
547 …NapiHelper::GetStringPropertyUtf8(napi_env env, napi_value object, const std::string &propertyName) in GetStringPropertyUtf8()
/base/request/request/frameworks/js/napi/src/upload/
Djs_util.cpp142 …pi_value JSUtil::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
154 bool JSUtil::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dhiview_napi_util.cpp98 …const napi_env env, napi_value& object, const std::string& propertyName, napi_value& propertyValue) in SetNamedProperty()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp574 auto propertyName = *it; in CreateValueByJson() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_content.cpp101 const char *propertyName = GetPropertyNameByContentType(type); in SetNotificationContentDetailed() local
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp758 …PropertyType(napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in HasNamedPropertyType()
770 …tic std::string GetStringProperty(napi_env env, napi_value object, const std::string &propertyName) in GetStringProperty()
785 static napi_value GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
/base/location/frameworks/native/source/
Dnapi_util.cpp506 napi_value GetArrayProperty(const napi_env& env, const napi_value& object, std::string propertyName) in GetArrayProperty()