Home
last modified time | relevance | path

Searched refs:expValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp111 …std::regex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-… variable
116 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue);
136 …std::regex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-… variable
141 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp94 string expValue(expVec[at].get().value.begin(), expVec[at].get().value.end()); in CompareEntriesVector() local
98 if (retValue.size() > 10 && expValue.size() > 10) { in CompareEntriesVector()
104expValue.substr(0, 10).c_str(), expValue.substr((expValue.size() - 10), 10).c_str()); in CompareEntriesVector()
107 MST_LOG("[CompareEntriesVector] the expect value: %s\n", expValue.c_str()); in CompareEntriesVector()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1749 auto expValue = repeatValue->GetValue("exp"); in CreateRepeatDomNode() local
1750 if (!GetRepeatData(expValue, key)) { in CreateRepeatDomNode()
1755 ProcessRepeatNode(page, rootJson, key, parentId, true, expValue); in CreateRepeatDomNode()