Home
last modified time | relevance | path

Searched refs:SetInt64 (Results 1 – 3 of 3) 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/base/include/
Dnapi_util.h69 …static int32_t SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_t intValu…
/base/update/updateservice/frameworks/js/napi/base/src/
Dnapi_util.cpp95 int32_t NapiUtil::SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_t intVa… in SetInt64() function in OHOS::UpdateEngine::NapiUtil