Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp471 int32_t testInt = 0; in HWTEST_F() local
473 g_stub->OnPublishLNNResult(testInt, testInt); in HWTEST_F()
474 g_stub->OnRefreshLNNResult(testInt, testInt); in HWTEST_F()
479 ret = g_stub->OnChannelOpenFailed(testInt, testInt, testInt); in HWTEST_F()
481 ret = g_stub->OnChannelLinkDown(nullptr, testInt); in HWTEST_F()
483 ret = g_stub->OnChannelMsgReceived(testInt, testIn in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionmanager_fuzzer/
H A Dclienttranssessionmanager_fuzzer.cpp77 int* testInt = const_cast<int*>(reinterpret_cast<const int*>(data)); in ClientGetSessionDataTest() local
79 ClientGetSessionIntegerDataById(sessionId, testInt, KEY_SESSION_NAME); in ClientGetSessionDataTest()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp944 int32_t testInt = 0; in HWTEST_F() local
950 NetConnService::GetInstance()->OnNetActivateTimeOut(testInt); in HWTEST_F()
975 ret = NetConnService::GetInstance()->RegUnRegNetDetectionCallback(testInt, detectionCallback, false); in HWTEST_F()
978 ret = NetConnService::GetInstance()->UpdateNetStateForTest(netSpecifier, testInt); in HWTEST_F()
982 ret = NetConnService::GetInstance()->UpdateNetSupplierInfo(testInt, netSupplierInfo); in HWTEST_F()
986 ret = NetConnService::GetInstance()->UpdateNetLinkInfo(testInt, netLinkInfo); in HWTEST_F()
989 ret = NetConnService::GetInstance()->NetDetection(testInt); in HWTEST_F()
1002 int32_t testInt = 0; in HWTEST_F() local
1003 auto ret = stateCallback.OnInterfaceAddressUpdated(testString, testString, testInt, testInt); in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp945 int32_t testInt = 0; in HWTEST_F() local
952 NetConnService::GetInstance()->OnNetActivateTimeOut(testInt); in HWTEST_F()
977 ret = NetConnService::GetInstance()->RegUnRegNetDetectionCallback(testInt, detectionCallback, false); in HWTEST_F()
980 ret = NetConnService::GetInstance()->UpdateNetStateForTest(netSpecifier, testInt); in HWTEST_F()
984 ret = NetConnService::GetInstance()->UpdateNetSupplierInfo(testInt, netSupplierInfo); in HWTEST_F()
988 ret = NetConnService::GetInstance()->UpdateNetLinkInfo(testInt, netLinkInfo); in HWTEST_F()
991 ret = NetConnService::GetInstance()->NetDetection(testInt); in HWTEST_F()
1004 int32_t testInt = 0; in HWTEST_F() local
1005 auto ret = stateCallback.OnInterfaceAddressUpdated(testString, testString, testInt, testInt); in HWTEST_F()
[all...]

Completed in 6 milliseconds