Home
last modified time | relevance | path

Searched refs:AddDBinderCommAuth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_callback_stub.h41 int AddDBinderCommAuth(pid_t pid, uid_t uid, const std::string &sessionName);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp207 int DBinderCallbackStub::AddDBinderCommAuth(pid_t pid, uid_t uid, const std::string &sessionName) in AddDBinderCommAuth() function in OHOS::DBinderCallbackStub
294 int ret = AddDBinderCommAuth(pid, uid, sessionName); in GetAndSaveDBinderData()