Home
last modified time | relevance | path

Searched refs:isSupportTopo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/softbus_property/
H A Dsoftbus_feature_config.c119 bool isSupportTopo; member
306 (unsigned char *)&(g_config.isSupportTopo),
307 sizeof(g_config.isSupportTopo)
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager.c65 bool isSupportTopo; member
624 if (SoftbusGetConfig(SOFTBUS_BOOL_SUPPORT_TOPO, (unsigned char *)&g_topoTable.isSupportTopo, in LnnInitTopoManager()
625 sizeof(g_topoTable.isSupportTopo)) != SOFTBUS_OK) { in LnnInitTopoManager()
627 g_topoTable.isSupportTopo = true; in LnnInitTopoManager()
629 if (!g_topoTable.isSupportTopo) { in LnnInitTopoManager()
651 if (!g_topoTable.isSupportTopo) { in LnnDeinitTopoManager()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager_test.cpp105 unsigned char *isSupportTopo = reinterpret_cast<unsigned char *>(const_cast<char *>("1")); variable
109 .WillRepeatedly(DoAll(SetArgPointee<1>(*isSupportTopo), Return(SOFTBUS_OK)));