Home
last modified time | relevance | path

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

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