Home
last modified time | relevance | path

Searched refs:__protocol (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_system_func.cpp86 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 Dmock_system_func.h37 MOCK_METHOD3(socket, int(int __domain, int __type, int __protocol));
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp100 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 Dsystem_func_mock.h36 MOCK_METHOD3(socket, int(int __domain, int __type, int __protocol));