Home
last modified time | relevance | path

Searched refs:SetPropertyInt64 (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.h66 static void SetPropertyInt64(napi_env env, napi_value object, const std::string &propertyName, int64_t property);
H A Dnapi_common.cpp83 void NapiCommon::SetPropertyInt64( in SetPropertyInt64() function in OHOS::NetManagerStandard::NapiCommon
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp382 NapiCommon::SetPropertyInt64(env, elementObject, "simId", simIdValue); in GetNetQuotaPoliciesCallback()
383 NapiCommon::SetPropertyInt64(env, elementObject, "periodStartTime", item.periodStartTime_); in GetNetQuotaPoliciesCallback()
385 NapiCommon::SetPropertyInt64(env, elementObject, "warningBytes", item.warningBytes_); in GetNetQuotaPoliciesCallback()
386 NapiCommon::SetPropertyInt64(env, elementObject, "limitBytes", item.limitBytes_); in GetNetQuotaPoliciesCallback()
387 NapiCommon::SetPropertyInt64(env, elementObject, "lastLimitSnooze", item.lastLimitSnooze_); in GetNetQuotaPoliciesCallback()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp493 bool CommonNapi::SetPropertyInt64(napi_env env, napi_value &obj, const std::string &key, int64_t value) in SetPropertyInt64() function in OHOS::Media::CommonNapi
627 (void)SetPropertyInt64(env, result, iter.first, longValue); in CreateFormatBufferByRef()
H A Dcommon_napi.h69 static bool SetPropertyInt64(napi_env env, napi_value &obj, const std::string &key, int64_t value);

Completed in 7 milliseconds