Searched refs:CheckUidAndPid (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/ |
H A D | softbus_server_stub_test_mock.cpp | 101 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 D | softbus_server_stub_test_mock.h | 54 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 D | trans_session_manager.h | 53 bool CheckUidAndPid(const char *sessionName, pid_t callingUid, pid_t callingPid);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 167 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 D | trans_session_manager.c | 216 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 D | softbus_server_stub.cpp | 75 if (!CheckUidAndPid(param->sessionName, callingUid, callingPid)) { in CheckOpenSessionPermission() 486 if (!CheckUidAndPid(sessionName, callingUid, callingPid)) { in RemoveSessionServerInner()
|