Home
last modified time | relevance | path

Searched refs:proxyInitCount (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_server_proxy.c45 int32_t proxyInitCount = 0; in GetServerProxy() local
47 proxyInitCount++; in GetServerProxy()
48 if (proxyInitCount == WAIT_SERVER_READY_INTERVAL_COUNT) { in GetServerProxy()
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c151 int32_t proxyInitCount = 0; in GetServerProxy() local
153 proxyInitCount++; in GetServerProxy()
154 if (proxyInitCount == WAIT_SERVER_READY_INTERVAL_COUNT) { in GetServerProxy()
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c96 int32_t proxyInitCount = 0; in TransServerProxyInit() local
98 proxyInitCount++; in TransServerProxyInit()
99 if (proxyInitCount == WAIT_SERVER_READY_INTERVAL_COUNT) { in TransServerProxyInit()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c186 int32_t proxyInitCount = 0; in BusCenterServerProxyInit() local
188 proxyInitCount++; in BusCenterServerProxyInit()
189 if (proxyInitCount == WAIT_SERVER_READY_INTERVAL_COUNT) { in BusCenterServerProxyInit()

Completed in 3 milliseconds