/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_client_proxy_code_emitter.cpp | 74 if (logOn_) { in EmitInterfaceProxyRegisterDeathRecipient() 82 if (logOn_) { in EmitInterfaceProxyRegisterDeathRecipient() 88 if (logOn_) { in EmitInterfaceProxyRegisterDeathRecipient() 231 if (logOn_) { in EmitInterfaceProxyCppFile() 238 if (logOn_) { in EmitInterfaceProxyCppFile() 311 if (logOn_) { in EmitInterfaceProxyMethodBody() 329 if (logOn_) { in EmitInterfaceProxyMethodBody() 337 if (logOn_) { in EmitInterfaceProxyMethodBody() 349 if (logOn_) { in EmitInterfaceProxyMethodErrCode()
|
H A D | sa_cpp_service_stub_code_emitter.cpp | 81 if (logOn_) { in EmitStubSourceFile() 88 if (logOn_) { in EmitStubSourceFile() 207 if (logOn_) { in EmitInterfaceStubMethodCall()
|
H A D | sa_cpp_interface_code_emitter.cpp | 98 if (logOn_) { in EmitInterfaceDBinderInclusions()
|
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | cpp_code_emitter.cpp | 110 if (logOn_) { in EmitInterfaceDBinderInclusions() 329 if (logOn_) { in EmitInterfaceProxyRegisterDeathRecipient() 337 if (logOn_) { in EmitInterfaceProxyRegisterDeathRecipient() 343 if (logOn_) { in EmitInterfaceProxyRegisterDeathRecipient() 494 if (logOn_) { in EmitInterfaceProxyCppFile() 501 if (logOn_) { in EmitInterfaceProxyCppFile() 585 if (logOn_) { in EmitInterfaceProxyMethodBody() 601 if (logOn_) { in EmitInterfaceProxyMethodBody() 609 if (logOn_) { in EmitInterfaceProxyMethodBody() 622 if (logOn_) { in EmitInterfaceProxyMethodErrCode() [all …]
|
H A D | code_emitter.h | 48 logOn_ = logOn; in SetLogOn() 83 bool logOn_ = false; variable
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/ |
H A D | sa_interface_type_emitter.cpp | 55 if (logOn_) { in EmitCppWriteVar() 62 if (logOn_) { in EmitCppWriteVar() 77 if (logOn_) { in EmitCppReadVar()
|
H A D | sa_seq_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar() 70 if (logOn_) { in EmitCppReadVar()
|
H A D | sa_array_type_emitter.cpp | 64 if (logOn_) { in EmitCppWriteVar() 84 if (logOn_) { in EmitCppReadVar() 188 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_boolean_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_byte_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_char_type_emitter.cpp | 51 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_double_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_float_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_int_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_long_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_short_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_string_type_emitter.cpp | 56 if (logOn_) { in EmitCppWriteVar()
|
H A D | sa_map_type_emitter.cpp | 65 if (logOn_) { in EmitCppWriteVar()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ |
H A D | sa_code_emitter.cpp | 107 logOn_ = options.DoLogOn(); in CleanData() 108 SaTypeEmitter::logOn_ = logOn_; in CleanData()
|
H A D | sa_code_emitter.h | 45 bool logOn_ = false; variable
|
H A D | sa_type_emitter.h | 55 static bool logOn_; variable
|
H A D | sa_type_emitter.cpp | 20 bool SaTypeEmitter::logOn_ = false; member in OHOS::Idl::SaTypeEmitter
|
/ohos5.0/foundation/ability/idl_tool/test/unittest/codegen_code_generator_test/ |
H A D | codegen_code_generator_test.cpp | 69 EXPECT_FALSE(codeGenerator.emitter_->logOn_);
|