Home
last modified time | relevance | path

Searched defs:SetInt64 (Results 1 – 2 of 2) 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/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