Searched refs:expectedNames (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cache_cursor_test.cpp | 82 std::vector<std::string> expectedNames = { "age", "identifier", "name", "phoneNumber" };
in HWTEST_F() local 86 EXPECT_EQ(names, expectedNames);
in HWTEST_F() 132 std::vector<std::string> expectedNames = { "age", "identifier", "name", "phoneNumber" };
in HWTEST_F() local 136 EXPECT_EQ(names, expectedNames);
in HWTEST_F()
|
H A D | rdb_cursor_test.cpp | 209 std::vector<std::string> expectedNames = {"age", "identifier", "name", "phoneNumber"};
in HWTEST_F() local 213 EXPECT_EQ(names, expectedNames);
in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble.cpp | 558 std::vector<std::string> expectedNames {"deviceId", "name", "serviceUuid", "serviceUuidMask", in ParseScanFilter() 561 NAPI_BT_CALL_RETURN(NapiCheckObjectPropertiesName(env, scanFilter, expectedNames)); in ParseScanFilter()
|
Completed in 4 milliseconds