Home
last modified time | relevance | path

Searched refs:GetRawFileLastModTime (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_resource_adapter_impl.cpp49 bool ArkOhosResourceAdapterImpl::GetRawFileLastModTime( in GetRawFileLastModTime() function in OHOS::ArkWeb::ArkOhosResourceAdapterImpl
52 return real_->GetRawFileLastModTime(ArkWebStringStructToClass(rawFile), date, time, isSys); in GetRawFileLastModTime()
55 bool ArkOhosResourceAdapterImpl::GetRawFileLastModTime(const ArkWebString& rawFile, time_t& time, b… in GetRawFileLastModTime() function in OHOS::ArkWeb::ArkOhosResourceAdapterImpl
57 return real_->GetRawFileLastModTime(ArkWebStringStructToClass(rawFile), time, isSys); in GetRawFileLastModTime()
H A Dark_ohos_resource_adapter_impl.h35 …bool GetRawFileLastModTime(const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bool isSys…
37 bool GetRawFileLastModTime(const ArkWebString& rawFile, time_t& time, bool isSys) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_resource_adapter_wrapper.cpp54 bool ArkOhosResourceAdapterWrapper::GetRawFileLastModTime( in GetRawFileLastModTime() function in OHOS::ArkWeb::ArkOhosResourceAdapterWrapper
58 bool result = ctocpp_->GetRawFileLastModTime(ark_raw_file, date, time, isSys); in GetRawFileLastModTime()
63 bool ArkOhosResourceAdapterWrapper::GetRawFileLastModTime(const std::string& rawFile, time_t& time,… in GetRawFileLastModTime() function in OHOS::ArkWeb::ArkOhosResourceAdapterWrapper
66 bool result = ctocpp_->GetRawFileLastModTime(ark_raw_file, time, isSys); in GetRawFileLastModTime()
H A Dark_ohos_resource_adapter_wrapper.h35 …bool GetRawFileLastModTime(const std::string& rawFile, uint16_t& date, uint16_t& time, bool isSys …
37 … bool GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool isSys = false) override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp134 result = adapterImpl.GetRawFileLastModTime(rawFile, date, time, true);
136 result = adapterImpl.GetRawFileLastModTime(rawFile, date, time, false);
139 result = adapterImpl.GetRawFileLastModTime(rawFile, times, true);
141 result = adapterImpl.GetRawFileLastModTime(rawFile, times, false);
152 result = adapterImpl.GetRawFileLastModTime(rawFile, date, time, true);
154 result = adapterImpl.GetRawFileLastModTime(rawFile, times, true);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_resource_adapter.h63 …virtual bool GetRawFileLastModTime(const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bo…
66 virtual bool GetRawFileLastModTime(const ArkWebString& rawFile, time_t& time, bool isSys) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_resource_adapter.h55 virtual bool GetRawFileLastModTime(
58 …virtual bool GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool isSys = false) =…
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/include/
H A Dohos_resource_adapter_impl.h65 bool GetRawFileLastModTime(const std::string& rawFile,
68 … bool GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool isSys = false) override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp385 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, in GetRawFileLastModTime() function in OHOS::NWeb::OhosResourceAdapterImpl
397 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool … in GetRawFileLastModTime() function in OHOS::NWeb::OhosResourceAdapterImpl