Searched refs:tagNames (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_tag_wrapper.h | 106 const char* tagNames[] = { "AAFwk", "Ability", "Test", "AATool", "Simulator" }; in GetDomainName0() local 108 if (offset >= sizeof(tagNames) / sizeof(const char*)) { in GetDomainName0() 111 return tagNames[offset]; in GetDomainName0() 116 const char* tagNames[] = { "AppDfr", "AppMS", "DbObsMgr", "Dialog", "Quickfix", in GetDomainName1() local 119 if (offset >= sizeof(tagNames) / sizeof(const char*)) { in GetDomainName1() 122 return tagNames[offset]; in GetDomainName1() 127 const char* tagNames[] = { "JsEnv", "JsRuntime", "FA", "Intent", "JsNapi" }; in GetDomainName2() local 129 if (offset >= sizeof(tagNames) / sizeof(const char*)) { in GetDomainName2() 132 return tagNames[offset]; in GetDomainName2() 137 const char* tagNames[] in GetDomainName3() local 148 const char* tagNames[] = { "Ext", "AutoFillExt", "ServiceExt", "FormExt", "ShareExt", GetDomainName4() local 159 const char* tagNames[] = { "WantAgent", "AutoFillMgr", "ExtMgr", "ServiceRouter", GetDomainName5() local 171 const char* tagNames[] = { "LocalCall" }; GetDomainName6() local [all...] |
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 182 static const std::vector<std::string> tagNames = { DOM_NODE_TAG_BADGE, DOM_NODE_TAG_BUTTON, DOM_NODE_TAG_CAMERA, in AssembleDefaultJSONTree() local 196 for (const auto& tag : tagNames) { in AssembleDefaultJSONTree()
|
Completed in 3 milliseconds