Lines Matching refs:Push
93 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE);
115 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE);
137 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::OBJECT_TYPE);
159 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::OBJECT_TYPE);
181 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE);
203 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE);
225 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE);
576 * @tc.desc: Call Push with valid value.
585 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE);
592 * @tc.desc: Call Push with invalid value.
601 ACELite::HilogVector::Push(¶ms, ERROR_ARG, ACELite::STRING_TYPE);
608 * @tc.desc: Call Push with null value.
617 ACELite::HilogVector::Push(¶ms, nullptr, ACELite::STRING_TYPE);