Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_method.h77 cacheable_ = true; in SetCacheable()
88 return cacheable_; in GetCacheable()
99 bool cacheable_ = false; variable
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmeta_method.h31 bool cacheable_; member
H A Dmetadata_builder.cpp368 mm->cacheable_ = method->GetCacheable(); in WriteMetaMethod()
369 if (mm->cacheable_ == true) { in WriteMetaMethod()
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp360 if (mm->cacheable_ == false) { in EmitInterfaceProxyAddCacheAbleAPI()
391 if (mm->cacheable_) { in EmitInterfaceProxyUnRegisterDeathRecipient()
551 if ((mm->cacheable_ == true) && ((mm->properties_ & METHOD_PROPERTY_ONEWAY) == 0)) { in EmitInterfaceProxyMethodPreSendRequest()
648 if (mm->cacheable_ == true) { in EmitInterfaceProxyMethodRetValue()