Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_util.cpp54 const std::string& propertyName, napi_value& propertyValue) in SetNamedProperty()
64 const std::string& propertyName) in GetPropertyByName()
139 const std::string& propertyName, uint32_t value) in SetPropertyInt32()
146 const std::string& propertyName, uint64_t value) in SetPropertyInt64()
153 const std::string& propertyName, uint64_t value) in SetPropertyBigInt64()
160 const std::string& propertyName) in GetPropertyInt32()
184 const std::string& propertyName) in GetPropertyInt64()
208 const std::string& propertyName) in GetPropertyBigInt64()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager_utils.cpp157 …allManagerUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
164 …llManagerUtils::GetStringProperty(napi_env env, napi_value object, const std::string &propertyName) in GetStringProperty()
181 …iCallManagerUtils::GetIntProperty(napi_env env, napi_value object, const std::string &propertyName) in GetIntProperty()
197 napi_env env, napi_value object, const std::string &propertyName, int32_t &result) in GetUssdIntProperty()
212 napi_env env, napi_value object, const std::string &propertyName, std::string &result) in GetUssdStringProperty()
230 …CallManagerUtils::GetBoolProperty(napi_env env, napi_value object, const std::string &propertyName) in GetBoolProperty()
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Dnapi_utils.cpp40 bool HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
47 napi_value GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
96 uint32_t GetUint32Property(napi_env env, napi_value object, const std::string &propertyName) in GetUint32Property()
154 std::string GetStringPropertyUtf8(napi_env env, napi_value object, const std::string &propertyName) in GetStringPropertyUtf8()
197 bool GetBooleanProperty(napi_env env, napi_value object, const std::string &propertyName) in GetBooleanProperty()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp256 const char* propertyName, char* propertyVal, const int32_t size) in GetStringUtf8()
277 const char* propertyName, int32_t& propertyVal, bool isNecessary) in GetInt32()
291 const char* propertyName, int64_t& propertyVal) in GetInt64()
302 const char* propertyName, napi_value& propertyVal) in GetPropertyValIfExist()
328 const char* propertyName, napi_value& propertyVal) in GetObject()
496 const char* propertyName, std::vector<uint8_t> &propertyVal, uint8_t maxLen) in ParseInt32Array()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp163 const std::string& propertyName, std::string defaultValue = "") in GetStringTypeAttribute()
175 const std::string& propertyName, long long defaultValue = 0) in GetLonglongTypeAttribute()
202 const std::string& propertyName, int32_t defaultValue = 0) in GetInt32TypeAttribute()
361 const std::string& propertyName, HiSysEventInfo& info) in GetObjectTypeAttribute()
473 void SetNamedProperty(const napi_env env, napi_value& object, const std::string& propertyName, in SetNamedProperty()
482 bool IsBaseInfoKey(const std::string& propertyName) in IsBaseInfoKey()
600 const std::string& propertyName) in GetPropertyByName()
665 auto propertyName = *it; in CreateHiSysEventInfoJsObject() local
/base/telephony/core_service/frameworks/js/napi/
Dnapi_util.cpp182 bool NapiUtil::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
190 napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in HasNamedTypeProperty()
217 napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in MatchOptionPropertyType()
242 …_value NapiUtil::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_common.cpp224 bool GetStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::str… in GetStringPropertyByKey()
232 bool GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalStringPropertyByKey()
/base/request/request/upload/interfaces/kits/napi/src/
Djs_util.cpp244 …pi_value JSUtil::GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()
256 bool JSUtil::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp657 …PropertyType(napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in HasNamedPropertyType()
669 …tic std::string GetStringProperty(napi_env env, napi_value object, const std::string &propertyName) in GetStringProperty()
684 static napi_value GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in GetNamedProperty()