/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
D | napi_hitrace_util.cpp | 54 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/ |
D | napi_call_manager_utils.cpp | 157 …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/ |
D | napi_utils.cpp | 40 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/ |
D | reminder_common.cpp | 256 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/ |
D | napi_hisysevent_util.cpp | 163 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/ |
D | napi_util.cpp | 182 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/ |
D | napi_account_common.cpp | 224 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/ |
D | js_util.cpp | 244 …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/ |
D | napi_radio.cpp | 657 …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()
|