Home
last modified time | relevance | path

Searched refs:GetInt64Array (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_web_message.h103 std::vector<int64_t> GetInt64Array() in GetInt64Array() function
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.cpp146 std::vector<int64_t> values = src->GetInt64Array(); in ConvertToNapiHandlerOfInt64Array()