Home
last modified time | relevance | path

Searched refs:GetCacheableTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.h129 int32_t GetCacheableTime() in GetCacheableTime() function
131 return attr_->GetCacheableTime(); in GetCacheableTime()
H A Dast_attribute.h63 int32_t GetCacheableTime() in GetCacheableTime() function
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_method.h81 int GetCacheableTime() const in GetCacheableTime() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_client_proxy_code_emitter.cpp106 int32_t cacheableTime = method->GetCacheableTime(); in EmitInterfaceProxyAddCacheAbleAPI()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp370 mm->cacheabletime_ = method->GetCacheableTime(); in WriteMetaMethod()