Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h312 TYPE_STATUS_MAX = 6, /**< Max num */ enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp603 EXPECT_TRUE(LnnOnNodeStatusChanged("", nullptr, TYPE_STATUS_MAX + 1) == SOFTBUS_INVALID_PARAM);
609 EXPECT_TRUE(LnnOnNodeStatusChanged("", reinterpret_cast<void *>(&info), TYPE_STATUS_MAX + 1) ==
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1171 if ((type < 0) || (type > TYPE_STATUS_MAX)) { in LnnOnNodeStatusChanged()