Home
last modified time | relevance | path

Searched defs:SetInt64 (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_web_message.h70 void SetInt64(int64_t value) in SetInt64() function
Dnweb_hap_value.h85 virtual void SetInt64(int64_t value) {} in SetInt64() function
/base/web/webview/ohos_nweb/include/
Dwebview_value.h74 void SetInt64(int64_t value) override in SetInt64() function
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_hap_value_impl.cpp125 void ArkWebHapValueImpl::SetInt64(int64_t value) in SetInt64() function in OHOS::ArkWeb::ArkWebHapValueImpl
Dark_web_rom_value_wrapper.cpp138 void ArkWebRomValueWrapper::SetInt64(int64_t value) in SetInt64() function in OHOS::ArkWeb::ArkWebRomValueWrapper
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_rom_value_impl.cpp125 void ArkWebRomValueImpl::SetInt64(int64_t value) in SetInt64() function in OHOS::ArkWeb::ArkWebRomValueImpl
Dark_web_hap_value_wrapper.cpp138 void ArkWebHapValueWrapper::SetInt64(int64_t value) in SetInt64() function in OHOS::ArkWeb::ArkWebHapValueWrapper
/base/update/updateservice/frameworks/js/napi/session/src/
Dnapi_common_utils.cpp130 int32_t NapiCommonUtils::SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_… in SetInt64() function in OHOS::UpdateService::NapiCommonUtils