Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_client_proxy_code_emitter.cpp103 if (!method->GetCacheable() || method->IsOneWay()) { in EmitInterfaceProxyAddCacheAbleAPI()
139 if (method->GetCacheable() && !method->IsOneWay()) { in EmitInterfaceProxyUnRegisterDeathRecipient()
275 if ((method->GetCacheable()) && (!method->IsOneWay())) { in EmitInterfaceProxyMethodPreSendRequest()
380 if (method->GetCacheable()) { in EmitInterfaceProxyMethodRetValue()
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_method.h86 bool GetCacheable() const in GetCacheable() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.h134 bool GetCacheable() in GetCacheable() function
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp368 mm->cacheable_ = method->GetCacheable(); in WriteMetaMethod()