Home
last modified time | relevance | path

Searched refs:CheckUidAndPid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_stub_test_mock.cpp101 bool CheckUidAndPid(const char *sessionName, pid_t callingUid, pid_t callingPid) in CheckUidAndPid() function
103 return GetSoftbusServerStubTestInterface()->CheckUidAndPid(sessionName, callingUid, callingPid); in CheckUidAndPid()
H A Dsoftbus_server_stub_test_mock.h54 virtual bool CheckUidAndPid(const char *sessionName, pid_t callingUid, pid_t callingPid) = 0;
78 … MOCK_METHOD3(CheckUidAndPid, bool (const char *sessionName, pid_t callingUid, pid_t callingPid));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/include/
H A Dtrans_session_manager.h53 bool CheckUidAndPid(const char *sessionName, pid_t callingUid, pid_t callingPid);
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp167 EXPECT_CALL(softbusServerStubMock, CheckUidAndPid).WillRepeatedly(Return(true));
1101 EXPECT_CALL(softbusServerStubMock, CheckUidAndPid).WillRepeatedly(Return(true));
1145 EXPECT_CALL(softbusServerStubMock, CheckUidAndPid).WillRepeatedly(Return(true));
1182 EXPECT_CALL(softbusServerStubMock, CheckUidAndPid).WillRepeatedly(Return(true));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c216 bool CheckUidAndPid(const char *sessionName, pid_t callingUid, pid_t callingPid) in CheckUidAndPid() function
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp75 if (!CheckUidAndPid(param->sessionName, callingUid, callingPid)) { in CheckOpenSessionPermission()
486 if (!CheckUidAndPid(sessionName, callingUid, callingPid)) { in RemoveSessionServerInner()