Home
last modified time | relevance | path

Searched refs:MASTER_WEIGHT (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_test.cpp32 constexpr int32_t MASTER_WEIGHT = 1; variable
204 int32_t ret = LnnNotifyMasterElect(NETWORKID, MASTER_UDID, MASTER_WEIGHT); in HWTEST_F()
209 ret = LnnNotifyMasterElect(networkId, MASTER_UDID, MASTER_WEIGHT); in HWTEST_F()
211 ret = LnnNotifyMasterElect(NETWORKID, MASTER_UDID, MASTER_WEIGHT); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp76 constexpr int32_t MASTER_WEIGHT = 10; member
856 ret = LnnSetLocalNumInfo(NUM_KEY_MASTER_NODE_WEIGHT, MASTER_WEIGHT); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c97 #define MASTER_WEIGHT "MASTER_WEIGHT" macro
1430 !JSON_AddInt32ToObject(json, MASTER_WEIGHT, info->masterWeight)) { in PackCommon()
1587 !JSON_GetInt32FromOject(json, MASTER_WEIGHT, &info->masterWeight)) { in UnpackCommon()

Completed in 6 milliseconds