Home
last modified time | relevance | path

Searched refs:caps (Results 1 – 13 of 13) sorted by relevance

/test/xts/acts/telephony/telephonyjstest/netmanager_base/dns/src/main/js/test/
DNetSync.test.js52 let caps = connection.getNetCapabilitiesSync(nethandle);
53 expect(caps.networkCap.length > 0).assertTrue();
63 let caps = connection.isDefaultNetMeteredSync();
64 expect(caps == true).assertTrue();
/test/xts/hats/hdf/wlan/hdi_service/
Dwlan_callback_impl.c67 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in WlanCallbackScanResult()
88 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in WlanCallbackScanResults()
/test/testfwk/developer_test/localCoverage/resident_service/config/ams/
Dams.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/state/
Dstate.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/power/
Dpower.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/fms/
Dfms.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/notification/
Dnotification.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/wms/
Dwms.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/bms/
Dbms.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/testfwk/developer_test/localCoverage/resident_service/config/call/
Dcall.cfg42 "caps": ["SYS_PTRACE", "KILL"],
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp196 std::vector<std::shared_ptr<Media::VideoCaps>> caps = codecList->GetVideoEncoderCaps(); in CheckCodecType() local
197 for (const auto &cap : caps) { in CheckCodecType()
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
Dhdf_wifi_benchmark_test.cpp76 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in ParseScanResult()
/test/xts/hats/hdf/wlan/wifi/hal/
Dwifi_hal_test.cpp88 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in ParseScanResult()