Home
last modified time | relevance | path

Searched refs:SetInt64 (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/ohos_nweb/include/
Dnweb_web_message.h44 void SetInt64(int64_t value) { value_ = value; } in SetInt64() function
/base/update/updateservice/frameworks/js/napi/session/include/
Dnapi_common_utils.h38 …static int32_t SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_t intValu…
/base/update/updateservice/frameworks/js/napi/session/src/
Dnapi_common_utils.cpp103 int32_t NapiCommonUtils::SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_… in SetInt64() function in OHOS::UpdateEngine::NapiCommonUtils
/base/update/updateservice/frameworks/js/napi/update/common/src/
Dclient_helper.cpp158 NapiCommonUtils::SetInt64(env, napiVersionComponent, "size", versionComponents[i].size); in BuildVersionComponents()