Searched refs:SetPropertyInt64 (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.h | 66 static void SetPropertyInt64(napi_env env, napi_value object, const std::string &propertyName, int64_t property);
|
H A D | napi_common.cpp | 83 void NapiCommon::SetPropertyInt64( in SetPropertyInt64() function in OHOS::NetManagerStandard::NapiCommon
|
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 382 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 D | common_napi.cpp | 493 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 D | common_napi.h | 69 static bool SetPropertyInt64(napi_env env, napi_value &obj, const std::string &key, int64_t value);
|
Completed in 7 milliseconds