Home
last modified time | relevance | path

Searched refs:LIMIT_CALLBACK_NUM (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_factoryreset_callback.cpp23 constexpr int16_t LIMIT_CALLBACK_NUM = 200; member
52 if (callbackCounts >= LIMIT_CALLBACK_NUM) { in RegisterNetFactoryResetCallback()
53 NETMGR_LOG_E("callback counts cannot more than [%{public}u]", LIMIT_CALLBACK_NUM); in RegisterNetFactoryResetCallback()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_inner_define.h41 constexpr int16_t LIMIT_CALLBACK_NUM = 200; member
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_callback_ipc.cpp46 for (int32_t i = 0; i < LIMIT_CALLBACK_NUM; i++) { in SetUpTestCase()
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_callback.cpp56 if (callbackCounts >= LIMIT_CALLBACK_NUM) { in RegisterNetPolicyCallback()
57 NETMGR_LOG_E("callback counts cannot more than [%{public}u]", LIMIT_CALLBACK_NUM); in RegisterNetPolicyCallback()

Completed in 2 milliseconds