Home
last modified time | relevance | path

Searched refs:domainId_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/util/
H A Doptions.h87 if (!domainId_.IsNull() && !logTag_.IsNull()) { in DoLogOn()
105 if (!domainId_.IsNull() && !logTag_.IsNull()) { in DoLegalLog()
107 } else if (domainId_.IsNull() && logTag_.IsNull()) { in DoLegalLog()
148 return domainId_; in GetDomainId()
184 String domainId_; variable
H A Doptions.cpp49 domainId_ = argv[i++]; in Parse()
70 attribute_.domainId = domainId_; in Parse()
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcode_emitter.h63 domainId_ = domainId; in SetDomainId()
79 String domainId_; variable
H A Dcpp_code_emitter.cpp268 if (!domainId_.IsNull() && !logTag_.IsNull()) { in EmitInterfaceMemberVariables()
271 domainId_.string(), logTag_.string()); in EmitInterfaceMemberVariables()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp199 if (!domainId_.empty() && !logTag_.empty()) { in EmitInterfaceMemberVariables()
202 domainId_.c_str(), logTag_.c_str()); in EmitInterfaceMemberVariables()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_code_emitter.h41 std::string domainId_; variable
H A Dsa_code_emitter.cpp103 domainId_ = options.GetDomainId(); in CleanData()