Searched refs:dName (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/ |
H A D | RdbstorePredicatesJoinBJsunit.test.js | 75 {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 D | RdbstorePredicatesJoinBJsunit.test.js | 78 {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 D | rdb_predicates_join_b_test.cpp | 309 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 D | log_persister.cpp | 447 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()
|