Searched refs:STRING_TYPE (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
D | hilog_vector.h | 24 STRING_TYPE, enumerator
|
/base/account/os_account/tools/test/moduletest/acm/ |
D | account_command_util.cpp | 32 const std::string STRING_TYPE = "normal"; variable 38 …std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount()
|
/base/hiviewdfx/hilog_lite/test/unittest/ |
D | hilog_lite_test.cpp | 93 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 203 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 225 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 585 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 601 ACELite::HilogVector::Push(¶ms, ERROR_ARG, ACELite::STRING_TYPE); in HWTEST_F() 617 ACELite::HilogVector::Push(¶ms, nullptr, ACELite::STRING_TYPE); in HWTEST_F()
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
D | hilog_module.cpp | 116 if (HilogVector::GetType(params, *(outParams->count)) == STRING_TYPE) { in AddLogContent() 227 HilogVector::Push(params, value, STRING_TYPE); in ParseNapiValue()
|