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 D | lnn_net_builder_test.cpp | 32 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 D | lnn_ledger_common_test.cpp | 76 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 D | auth_session_json.c | 97 #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