Lines Matching defs:st
56 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {}
63 this->st = stParam;
73 if (this->st != stParam) {
75 << "want: " << stParam << ", actual: " << this->st;
80 this->st = -1;
84 int32_t st;
94 bool Update(int32_t id, const SoftbusMacAddr *addr, int32_t st = 0)
96 if (!StRecordCtx::Update(id, st)) {
103 testing::AssertionResult Expect(int32_t id, SoftbusMacAddr *addrParam, int32_t st = 0)
105 auto result = StRecordCtx::Expect(id, st);
130 bool Update(int32_t id, int32_t st, int32_t valParam)
132 if (!StRecordCtx::Update(id, st)) {
139 testing::AssertionResult Expect(int32_t id, int32_t st, int32_t valParam)
141 auto result = StRecordCtx::Expect(id, st);