Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
Dhilog_vector.h24 STRING_TYPE, enumerator
/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_util.cpp32 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/
Dhilog_lite_test.cpp93 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
203 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
225 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
585 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
601 ACELite::HilogVector::Push(&params, ERROR_ARG, ACELite::STRING_TYPE); in HWTEST_F()
617 ACELite::HilogVector::Push(&params, nullptr, ACELite::STRING_TYPE); in HWTEST_F()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp116 if (HilogVector::GetType(params, *(outParams->count)) == STRING_TYPE) { in AddLogContent()
227 HilogVector::Push(params, value, STRING_TYPE); in ParseNapiValue()