Home
last modified time | relevance | path

Searched refs:clientCallbackStub_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp25 sptr<IRemoteObject> SoftBusServerProxyFrame::clientCallbackStub_; member in OHOS::SoftBusServerProxyFrame
30 if (clientCallbackStub_ == nullptr) { in GetRemoteInstance()
32 if (clientCallbackStub_ == nullptr) { in GetRemoteInstance()
33 clientCallbackStub_ = sptr<IRemoteObject>(new (std::nothrow) SoftBusClientStub()); in GetRemoteInstance()
36 return clientCallbackStub_; in GetRemoteInstance()
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h67 static sptr<IRemoteObject> clientCallbackStub_; member in OHOS::SoftBusServerProxyFrame

Completed in 1 milliseconds