Searched refs:__type (Results 1 - 5 of 5) sorted by relevance
/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));
|
/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));
|
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/ |
H A D | counter.js | 263 this.__type = new ObservedPropertySimplePU(-1, this, "type"); 513 this.__type.purgeDependencyOnElmtId(t20); 554 this.__type.aboutToBeDeleted(); 604 return this.__type.get(); 608 this.__type.set(r20);
|
Completed in 6 milliseconds