Home
last modified time | relevance | path

Searched refs:arrOrigins (Results 1 - 1 of 1) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1752 CArrString arrOrigins = {.head = nullptr, .size = 0}; in FfiOHOSGeolocationGetStoredGeolocation() local
1754 return arrOrigins; in FfiOHOSGeolocationGetStoredGeolocation()
1756 arrOrigins.size = static_cast<int64_t>(origins.size()); in FfiOHOSGeolocationGetStoredGeolocation()
1757 arrOrigins.head = OHOS::Webview::VectorToCArrString(origins); in FfiOHOSGeolocationGetStoredGeolocation()
1758 return arrOrigins; in FfiOHOSGeolocationGetStoredGeolocation()

Completed in 4 milliseconds