Searched refs:AuthSession2Proxy (Results 1 – 3 of 3) sorted by relevance
104 bool AuthSession2Proxy(uint32_t handle, const std::shared_ptr<DBinderSessionObject> session);
320 bool res = testInvoker.AuthSession2Proxy(handle, nullptr);335 bool res = testInvoker.AuthSession2Proxy(handle, remoteSession);351 bool res = testInvoker.AuthSession2Proxy(handle, remoteSession);
142 bool DBinderDatabusInvoker::AuthSession2Proxy(uint32_t handle, const std::shared_ptr<DBinderSession… in AuthSession2Proxy() function in OHOS::DBinderDatabusInvoker171 if (AuthSession2Proxy(handle, session) != true) { in QuerySessionOfBinderProxy()