Home
last modified time | relevance | path

Searched refs:stParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dassert_helper.h63 bool Update(int id, int stParam) in Update() argument
68 this->st = stParam; in Update()
72 testing::AssertionResult Expect(int id, int stParam) in Expect() argument
78 if (this->st != stParam) { in Expect()
80 << "want: " << stParam << ", actual: " << this->st; in Expect()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dassert_helper.h58 bool Update(int id, int stParam) in Update() argument
63 this->st = stParam; in Update()
67 testing::AssertionResult Expect(int id, int stParam) in Expect() argument
73 if (this->st != stParam) { in Expect()
75 << "want: " << stParam << ", actual: " << this->st; in Expect()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp84 ArkWebString stParam = ArkWebStringClassToStruct(param); in OnMessage() local
86 ark_web_handler_->OnMessage(stParam); in OnMessage()
88 ArkWebStringStructRelease(stParam); in OnMessage()
147 ArkWebString stParam = ArkWebStringClassToStruct(param); in OnRouterPush() local
149 ark_web_handler_->OnRouterPush(stParam); in OnRouterPush()
151 ArkWebStringStructRelease(stParam); in OnRouterPush()