Lines Matching defs:st
61 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {}
68 this->st = stParam;
78 if (this->st != stParam) {
80 << "want: " << stParam << ", actual: " << this->st;
85 this->st = -1;
89 int32_t st;
99 bool Update(int32_t id, const SoftBusBtAddr *addr, int32_t st = 0)
101 if (!StRecordCtx::Update(id, st)) {
108 testing::AssertionResult Expect(int32_t id, SoftBusBtAddr *addrParam, int32_t st = 0)
110 auto result = StRecordCtx::Expect(id, st);
135 bool Update(int32_t id, int32_t st, int32_t valParam)
137 if (!StRecordCtx::Update(id, st)) {
144 testing::AssertionResult Expect(int32_t id, int32_t st, int32_t valParam)
146 auto result = StRecordCtx::Expect(id, st);