Home
last modified time | relevance | path

Searched refs:GetFileDisplayName (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/ohos_adapter/interfaces/
Ddatashare_adapter.h31 virtual std::string GetFileDisplayName(const std::string& uriStr) = 0;
/base/web/webview/ohos_adapter/datashare_adapter/include/
Ddatashare_adapter_impl.h30 std::string GetFileDisplayName(const std::string& uriStr) override;
/base/web/webview/test/unittest/ohos_adapter/datashare_adapter_impl_test/
Ddatashare_adapter_impl_test.cpp57 std::string displayName = DatashareAdapterImpl::GetInstance().GetFileDisplayName(uriStr);
/base/web/webview/ohos_adapter/datashare_adapter/src/
Ddatashare_adapter_impl.cpp63 std::string DatashareAdapterImpl::GetFileDisplayName(const std::string& uriStr) in GetFileDisplayName() function in OHOS::NWeb::DatashareAdapterImpl