Home
last modified time | relevance | path

Searched defs:guid (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h42 std::string guid; variable
H A Dnapi_web_download_item.cpp468 napi_value guid; in JS_GetGuid() local
/ohos5.0/base/web/webview/interfaces/kits/napi/protos/
H A Dweb_download.proto69 optional string guid = 19; field
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp268 extern "C" NWebDownloadItemState WebDownload_GetItemStateByGuid(const std::string& guid) in WebDownload_GetItemStateByGuid()
490 extern "C" void WebDownloadItem_SetGuid(NWebDownloadItem* downloadItem, const char* guid) in WebDownloadItem_SetGuid()
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp451 char* guid = WebDownloadItem_Guid(downloadItem); variable