Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h71 constexpr const char *MOCK_SETBLOCKING_API = "SetBlocking"; variable
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp107 mockApi_.insert(MOCK_SETBLOCKING_API); in RegisterMockApi()
H A Dnetsys_controller_service_impl.cpp540 if (mockNetsysClient_.CheckMockApi(MOCK_SETBLOCKING_API)) { in SetBlocking()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_service_impl_test.cpp108 instance_->mockNetsysClient_.mockApi_.insert(MOCK_SETBLOCKING_API); in AddExtMockApi()