Home
last modified time | relevance | path

Searched defs:guid (Results 1 – 8 of 8) 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/cj/include/
Dweb_download_item_impl.h39 std::string guid; variable
/base/web/webview/interfaces/kits/napi/protos/
Dweb_download.proto69 optional string guid = 19; field
/base/web/webview/interfaces/kits/cj/src/
Dweb_download_ffi.cpp54 std::string guid = nativeWebDownloadItemImpl->guid; in FfiOHOSWebDownloadItemImplGetGuid() local
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp270 extern "C" NWebDownloadItemState WebDownload_GetItemStateByGuid(const std::string& guid) in WebDownload_GetItemStateByGuid()
492 extern "C" void WebDownloadItem_SetGuid(NWebDownloadItem* downloadItem, const char* guid) in WebDownloadItem_SetGuid()
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp459 char* guid = WebDownloadItem_Guid(downloadItem); variable
Dnweb_helper_ex_test.cpp394 char* guid = WebDownloadItem_Guid(downloadItem); variable