Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.h119 hasCacheableProxyMethods_ = cacheableProxyMethod; in SetHasCacheableProxyMethods()
124 return hasCacheableProxyMethods_; in GetHasCacheableProxyMethods()
146 bool hasCacheableProxyMethods_ = false; variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.h219 return hasCacheableProxyMethods_; in GetHasCacheableProxyMethods()
224 hasCacheableProxyMethods_ = cacheable; in SetHasCacheableProxyMethods()
271 bool hasCacheableProxyMethods_ = false; variable
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmeta_component.h38 bool hasCacheableProxyMethods_; member
H A Dmetadata_builder.cpp232 mc->hasCacheableProxyMethods_ = hasCacheableProxyMethods; in WriteMetaComponent()
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp297 if (metaComponent_->hasCacheableProxyMethods_ == true) { in EmitInterfaceProxyHeaderFile()
355 if (metaComponent_->hasCacheableProxyMethods_ == false) { in EmitInterfaceProxyAddCacheAbleAPI()
410 if (metaComponent_->hasCacheableProxyMethods_) { in EmitInterfaceProxyConstructor()
476 if (metaComponent_->hasCacheableProxyMethods_) { in EmitInterfaceProxyConstants()