Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstorePredicatesJoinBJsunit.test.js75 {id:10, dName:"JiaoYanBU", loc:"BeiJing"},
76 {id:20, dName:"XueGongBu", loc:"ShangHai"},
77 {id:30, dName:"XiaoShouBu", loc:"GuangZhou"},
78 {id:40, dName:"CaiWuBu", loc:"ShenZhen"},
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstorePredicatesJoinBJsunit.test.js78 {id:10, dName:"JiaoYanBU", loc:"BeiJing"},
79 {id:20, dName:"XueGongBu", loc:"ShangHai"},
80 {id:30, dName:"XiaoShouBu", loc:"GuangZhou"},
81 {id:40, dName:"CaiWuBu", loc:"ShenZhen"},
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_join_b_test.cpp309 std::string dName; variable
310 EXPECT_EQ(E_OK, allDataTypes->GetString(9, dName));
311 EXPECT_EQ("XueGongBu", dName);
467 std::string dName; variable
468 EXPECT_EQ(E_OK, allDataTypes->GetString(4, dName));
469 EXPECT_EQ("XueGongBu", dName);
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp447 std::string dName(ent->d_name, length); in Clear() local
448 if (std::regex_match(dName, hilogFilePattern)) { in Clear()
449 remove((HILOG_FILE_DIR + dName).c_str()); in Clear()