Home
last modified time | relevance | path

Searched refs:__type (Results 1 - 5 of 5) sorted by relevance

/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));
/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));
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js263 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