Home
last modified time | relevance | path

Searched refs:GetServerIsInit (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/common/include/
H A Dsoftbus_server_frame.h27 bool GetServerIsInit(void);
/ohos5.0/foundation/communication/dsoftbus/core/frame/common/src/
H A Dsoftbus_server_frame.c55 bool GetServerIsInit(void) in GetServerIsInit() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub2_fuzzer/
H A Dsoftbusserverstub2_fuzzer.cpp22 bool GetServerIsInit(void) in GetServerIsInit() function
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c214 if (GetServerIsInit() == false) { in Invoke()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp100 bool ret = GetServerIsInit();
113 bool ret = GetServerIsInit();
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp228 if (!GetServerIsInit()) { in OnRemoteRequest()