/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_resource_adapter_impl.cpp | 49 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 D | ark_ohos_resource_adapter_impl.h | 35 …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 D | ark_ohos_resource_adapter_wrapper.cpp | 54 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 D | ark_ohos_resource_adapter_wrapper.h | 35 …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 D | ohos_resource_adapter_test.cpp | 134 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 D | ark_ohos_resource_adapter.h | 63 …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 D | ohos_resource_adapter.h | 55 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 D | ohos_resource_adapter_impl.h | 65 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 D | ohos_resource_adapter_impl.cpp | 385 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
|