Searched refs:__protocol (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | mock_system_func.cpp | 86 int __real_socket(int __domain, int __type, int __protocol); 87 int __wrap_socket(int __domain, int __type, int __protocol) in __wrap_socket() argument 90 return MockSystemFunc::GetInstance().socket(__domain, __type, __protocol); in __wrap_socket() 92 return __real_socket(__domain, __type, __protocol); in __wrap_socket()
|
H A D | mock_system_func.h | 37 MOCK_METHOD3(socket, int(int __domain, int __type, int __protocol));
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | system_func_mock.cpp | 100 int __real_socket(int __domain, int __type, int __protocol); 101 int __wrap_socket(int __domain, int __type, int __protocol) in __wrap_socket() argument 106 return SystemFuncMock::GetInstance().socket(__domain, __type, __protocol); in __wrap_socket() 110 return __real_socket(__domain, __type, __protocol); in __wrap_socket()
|
H A D | system_func_mock.h | 36 MOCK_METHOD3(socket, int(int __domain, int __type, int __protocol));
|