Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/sdk/frame/common/include/
H A Dsoftbus_client_frame_manager.h29 uint32_t GetSoftBusClientNameList(char *pkgList[], uint32_t len);
/foundation/communication/dsoftbus/tests/sdk/frame/common/
H A Dsoftbus_client_event_manager_test.cpp237 uint32_t clientNameNum = GetSoftBusClientNameList(NULL, SOFTBUS_PKGNAME_MAX_NUM); in HWTEST_F()
239 clientNameNum = GetSoftBusClientNameList(clientName, 0); in HWTEST_F()
242 clientNameNum = GetSoftBusClientNameList(clientName, SOFTBUS_PKGNAME_MAX_NUM); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_frame_manager.c260 uint32_t GetSoftBusClientNameList(char *pkgList[], uint32_t len) in GetSoftBusClientNameList() function
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_frame.cpp78 uint32_t clientNameNum = GetSoftBusClientNameList(clientName, SOFTBUS_PKGNAME_MAX_NUM); in InnerRegisterService()
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c88 uint32_t clientNameNum = GetSoftBusClientNameList(clientName, SOFTBUS_PKGNAME_MAX_NUM); in InnerRegisterService()

Completed in 3 milliseconds