Home
last modified time | relevance | path

Searched defs:deviceName (Results 51 - 75 of 77) sorted by relevance

1234

/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp357 std::string deviceName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestUpdateScannerName() local
/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp923 std::string deviceName; in HWTEST_F() local
964 std::string deviceName = "123"; in HWTEST_F() local
997 std::string deviceName in HWTEST_F() local
1043 std::string deviceName = "123"; HWTEST_F() local
1080 std::string deviceName = "123"; HWTEST_F() local
1116 std::string deviceName = "123"; HWTEST_F() local
1139 std::string deviceName = "123"; HWTEST_F() local
1209 std::string deviceName = "123"; HWTEST_F() local
[all...]
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp139 bool UsbSrvClient::HasRight(std::string deviceName) in HasRight() argument
146 int32_t UsbSrvClient::RequestRight(std::string deviceName) in RequestRight() argument
156 int32_t UsbSrvClient::RemoveRight(std::string deviceName) in RemoveRight() argument
492 int32_t UsbSrvClient::AddRight(const std::string &bundleName, const std::string &deviceName) in AddRight() argument
503 int32_t UsbSrvClient::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() argument
[all...]
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp123 bool UsbRightManager::HasRight(const std::string &deviceName, const std::string &bundleName, in HasRight() argument
144 int32_t UsbRightManager::RequestRight(const std::string &busDev, const std::string &deviceName, in RequestRight() argument
160 bool UsbRightManager::AddDeviceRight(const std::string &deviceName, const std::string &tokenIdStr) in AddDeviceRight() argument
205 bool UsbRightManager::AddDeviceRight(const std::string &deviceName, const std::string &bundleName, in AddDeviceRight() argument
240 RemoveDeviceRight(const std::string &deviceName, const std::string &bundleName, const std::string &tokenId, const int32_t &userId) RemoveDeviceRight() argument
261 RemoveDeviceAllRight(const std::string &deviceName) RemoveDeviceAllRight() argument
269 ShowUsbDialog( const std::string &busDev, const std::string &deviceName, const std::string &bundleName, const std::string &tokenId) ShowUsbDialog() argument
312 GetUserAgreementByDiag(const std::string &busDev, const std::string &deviceName, const std::string &bundleName, const std::string &tokenId, const int32_t &userId) GetUserAgreementByDiag() argument
696 CleanUpRightTemporaryExpired(const std::string &deviceName) CleanUpRightTemporaryExpired() argument
[all...]
H A Dusb_service.cpp357 std::string UsbService::GetDeviceVidPidSerialNumber(std::string deviceName) in GetDeviceVidPidSerialNumber() argument
373 int32_t UsbService::GetDeviceVidPidSerialNumber(std::string deviceName, std::string& strDesc) in GetDeviceVidPidSerialNumber() argument
402 bool UsbService::HasRight(std::string deviceName) in HasRight() argument
439 int32_t UsbService::RequestRight(std::string deviceName) in RequestRight() argument
470 RemoveRight(std::string deviceName) RemoveRight() argument
1899 AddRight(const std::string &bundleName, const std::string &deviceName) AddRight() argument
1933 AddAccessRight(const std::string &tokenId, const std::string &deviceName) AddAccessRight() argument
2400 GetDeviceProductName(const std::string &deviceName, std::string &productName) GetDeviceProductName() argument
[all...]
/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp1102 std::string deviceName = AudioSystemManagerAdapterImpl::GetInstance().GetDeviceName(DeviceType::DEVICE_TYPE_NONE); in HWTEST_F() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp431 char deviceName[30]; in initialize() local
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_inner_type.h779 char deviceName[kMaxDeviceNameLen + 1] = { 0 }; member
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp347 bool UsbServerProxy::HasRight(std::string deviceName) in HasRight() argument
372 int32_t UsbServerProxy::RequestRight(std::string deviceName) in RequestRight() argument
394 int32_t UsbServerProxy::RemoveRight(std::string deviceName) in RemoveRight() argument
1236 int32_t UsbServerProxy::AddRight(const std::string &bundleName, const std::string &deviceName) in AddRight() argument
1258 int32_t UsbServerProxy::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() argument
[all...]
H A Dusb_srv_stub.cpp352 std::u16string deviceName = u""; in DoHasRight() local
361 std::u16string deviceName = u""; in DoRequestRight() local
369 std::u16string deviceName = u""; in DoRemoveRight() local
1081 std::string deviceName; in DoAddRight() local
1094 std::string deviceName; DoAddAccessRight() local
[all...]
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c1054 char *driverName = NULL, *loader_driverName, *deviceName, *tmp; in dri2CreateScreen() local
/third_party/mesa3d/src/util/
H A Dxmlconfig.c598 const char *deviceName; member
1187 driParseConfigFiles(driOptionCache *cache, const driOptionCache *info, int screenNum, const char *driverName, const char *kernelDriverName, const char *deviceName, const char *applicationName, uint32_t applicationVersion, const char *engineName, uint32_t engineVersion) driParseConfigFiles() argument
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp424 std::string deviceName = ""; in SyncScannerInfo() local
1496 UpdateScannerName(const std::string& serialNumber, const std::string& discoverMode, const std::string& deviceName) UpdateScannerName() argument
[all...]
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp340 std::string deviceName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestTCPSetDeviceName() local
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp518 std::string deviceName; in DeviceAddRight() local
548 std::string deviceName; in DeviceAddAccessRight() local
573 std::string deviceName; in DeviceRemoveRight() local
598 std::string deviceName; CoreHasRight() local
642 std::string deviceName; CoreRequestRight() local
[all...]
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/
H A DaudioTest.cpp2955 char* deviceName; in AudioAudioDeviceDescriptorGetDeviceName_001() local
3001 char* deviceName; in AudioAudioDeviceDescriptorGetDeviceName_003() local
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp693 const char *deviceName = device_data->properties.deviceName; in control_send_connection_string() local
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h481 SLchar *deviceName; member
/third_party/openSLES/api/1.0/
H A DOpenSLES.h478 SLchar *deviceName; member
/third_party/glfw/deps/glad/
H A Dvulkan.h4817 char deviceName [ VK_MAX_PHYSICAL_DEVICE_NAME_SIZE ]; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp49090 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE> deviceName = {}; global() member
[all...]
H A Dvulkan_core.h2766 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1946 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3030 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2815 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; member

Completed in 281 milliseconds

1234