Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_system_func.cpp46 int __real_open(const char *__file, int __oflag);
47 int __wrap_open(const char *__file, int __oflag) in __wrap_open() argument
50 return MockSystemFunc::GetInstance().open(__file, __oflag); in __wrap_open()
52 return __real_open(__file, __oflag); in __wrap_open()
H A Dmock_system_func.h33 MOCK_METHOD2(open, int(const char *__file, int __oflag));
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp70 int __real_open(const char *__file, int __oflag);
71 int __wrap_open(const char *__file, int __oflag) in __wrap_open() argument
74 return SystemFuncMock::GetInstance().open(__file, __oflag); in __wrap_open()
76 return __real_open(__file, __oflag); in __wrap_open()
H A Dsystem_func_mock.h32 MOCK_METHOD2(open, int(const char *__file, int __oflag));