Searched refs:valParam (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | assert_helper.h | 135 bool Update(int id, int st, int valParam) in Update() argument 140 this->val = valParam; in Update() 144 testing::AssertionResult Expect(int id, int st, int valParam) in Expect() argument 150 if (this->val != valParam) { in Expect() 152 … << "want: " << valParam << ", actual: " << this->val; in Expect()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | assert_helper.h | 130 bool Update(int id, int st, int valParam) in Update() argument 135 this->val = valParam; in Update() 139 testing::AssertionResult Expect(int id, int st, int valParam) in Expect() argument 145 if (this->val != valParam) { in Expect() 147 … << "want: " << valParam << ", actual: " << this->val; in Expect()
|