Searched refs:resultConfig (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | networkvpn_service_test.cpp | 153 sptr<SysVpnConfig> resultConfig = nullptr; in HWTEST_F() local 154 EXPECT_EQ(instance_->GetSysVpnConfig(resultConfig, vpnId_), NETMANAGER_EXT_SUCCESS); in HWTEST_F() 160 sptr<SysVpnConfig> resultConfig = nullptr; in HWTEST_F() local 161 EXPECT_EQ(instance_->GetSysVpnConfig(resultConfig, id), NETMANAGER_EXT_ERR_PARAMETER_ERROR); in HWTEST_F() 166 sptr<SysVpnConfig> resultConfig = nullptr; in HWTEST_F() local 167 EXPECT_EQ(instance_->GetConnectedSysVpnConfig(resultConfig), NETMANAGER_EXT_SUCCESS); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 176 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ProcessSetConfigInd() local 177 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ProcessSetConfigInd() 178 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd() 389 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ProcessSetConfigInd() local 390 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd() 394 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ProcessSetConfigInd()
|
H A D | a2dp_avdtp.cpp | 376 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ParseAvdtpReconfigureInd() local 377 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ParseAvdtpReconfigureInd() 378 uint8_t *pResultConfig = &resultConfig[0]; in ParseAvdtpReconfigureInd()
|
H A D | a2dp_profile_peer.cpp | 498 uint8_t resultConfig[A2DP_CODEC_SIZE] = {0}; in FindCapabilityMatched() local 499 uint8_t *resConigInfo = &resultConfig[0]; in FindCapabilityMatched()
|
Completed in 13 milliseconds