Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/external_device_manager/bus_extension_usb/src/
H A Dusb_impl_mock.cpp45 int32_t UsbImplMock::GetRawDescriptor(const UsbDev &dev, std::vector<uint8_t> &descriptor) in GetRawDescriptor() argument
67 int32_t UsbImplMock::GetDeviceDescriptor(const UsbDev& dev, std::vector<uint8_t>& descriptor) in GetDeviceDescriptor() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drawabledescriptor/
H A Ddrawabledescriptor_create_test.cpp63 auto descriptor = OH_ArkUI_DrawableDescriptor_CreateFromPixelMap(pixelMap); in TestDrawableDescriptorCreate001() local
114 auto descriptor = OH_ArkUI_DrawableDescriptor_CreateFromPixelMap(pixelMap); in TestDrawableDescriptorCreate002() local
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
H A Ddevattest_client_proxy_test.cpp150 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
/test/xts/acts/communication/dsoftbus/capi_ipc/entry/src/main/cpp/
H A Dipc_capi.cpp249 char* descriptor = nullptr; in OHIPCRemoteProxyGetInterfaceDescriptor() local
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
H A Dglobal_napi_test.cpp73 napi_value createJsFileDescriptor(napi_env env, RawFileDescriptor *descriptor) in createJsFileDescriptor() argument
214 napi_value createJsFileDescriptor(napi_env env, RawFileDescriptor &descriptor) in createJsFileDescriptor() argument
254 napi_value createJsFileDescriptor64(napi_env env, RawFileDescriptor64 *descriptor) in createJsFileDescriptor64() argument
308 RawFileDescriptor descriptor; GetRawFileDescriptor() local
335 RawFileDescriptor64 *descriptor = new RawFileDescriptor64(); GetRawFileDescriptor64() local
849 RawFileDescriptor *descriptor = new RawFileDescriptor(); GetRawFileDescriptorData() local
[all...]
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DOH_Drawing_TypographyTest.cpp1219 OH_Drawing_FontDescriptor *descriptor = OH_Drawing_CreateFontDescriptor(); in HWTEST_F() local
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/
H A DaudioTest.cpp2707 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; in AudioAudioDeviceDescriptorGetDeviceType_001() local
2738 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; in AudioAudioDeviceDescriptorGetDeviceType_002() local
2756 OH_AudioDeviceDescriptor *descriptor = nullptr; in AudioAudioDeviceDescriptorGetDeviceType_003() local
2788 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; in AudioAudioDeviceDescriptorGetDeviceRole_001() local
2819 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceRole_002() local
2838 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceRole_003() local
2869 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceId_001() local
2900 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceId_002() local
2919 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceId_003() local
2950 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceName_001() local
2981 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceName_002() local
3000 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceName_003() local
3031 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceAddress_001() local
3062 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceAddress_002() local
3081 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceAddress_003() local
3112 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceSampleRates_001() local
3144 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceSampleRates_002() local
3173 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceSampleRates_003() local
3193 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceSampleRates_004() local
3225 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceChannelCounts_001() local
3257 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceChannelCounts_002() local
3286 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceChannelCounts_003() local
3306 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceChannelCounts_004() local
3339 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceDisplayName_001() local
3370 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceDisplayName_002() local
3389 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceDisplayName_003() local
3420 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; AudioAudioDeviceDescriptorGetDeviceEncodingTypes_001() local
3452 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceEncodingTypes_002() local
3481 OH_AudioDeviceDescriptor *descriptor = array->descriptors[0]; AudioAudioDeviceDescriptorGetDeviceEncodingTypes_003() local
3501 OH_AudioDeviceDescriptor *descriptor = nullptr; AudioAudioDeviceDescriptorGetDeviceEncodingTypes_004() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp235 JSVM_PropertyDescriptor descriptor[] = { in testEngineAndContext() local
287 JSVM_PropertyDescriptor descriptor[] = { in testError() local
339 JSVM_PropertyDescriptor descriptor[] = { in testTypeError() local
391 JSVM_PropertyDescriptor descriptor[] = { testRangeError() local
443 JSVM_PropertyDescriptor descriptor[] = { testSyntaxError() local
495 JSVM_PropertyDescriptor descriptor[] = { testClearError() local
564 JSVM_PropertyDescriptor descriptor[] = { testLifeCycle() local
783 JSVM_PropertyDescriptor descriptor[] = { testLifeCycle2() local
832 JSVM_PropertyDescriptor descriptor[] = { testCreateData1() local
903 JSVM_PropertyDescriptor descriptor[] = { testCreateData2() local
975 JSVM_PropertyDescriptor descriptor[] = { testCreateData3() local
1034 JSVM_PropertyDescriptor descriptor[] = { testCreateData4() local
1102 JSVM_PropertyDescriptor descriptor[] = { testCreateData5() local
1171 JSVM_PropertyDescriptor descriptor[] = { testGetData1() local
1228 JSVM_PropertyDescriptor descriptor[] = { testGetData2() local
1277 JSVM_PropertyDescriptor descriptor[] = { testValueOperation() local
1332 JSVM_PropertyDescriptor descriptor[] = { testValueOperation2() local
1733 JSVM_PropertyDescriptor descriptor[] = { testValueOperation3() local
1786 JSVM_PropertyDescriptor descriptor[] = { testValueOperation4() local
1972 JSVM_PropertyDescriptor descriptor[] = { testValueOperation5() local
2149 JSVM_PropertyDescriptor descriptor[] = { testValueOperation6() local
2322 JSVM_PropertyDescriptor descriptor[] = { testValueOperation7() local
2515 JSVM_PropertyDescriptor descriptor[] = { testValueOperation8() local
2567 JSVM_PropertyDescriptor descriptor[] = { testGetPropertyNames() local
2618 JSVM_PropertyDescriptor descriptor[] = { testGetAllPropertyNames() local
2671 JSVM_PropertyDescriptor descriptor[] = { testProperty() local
2748 JSVM_PropertyDescriptor descriptor[] = { testDefineProperties() local
2803 JSVM_PropertyDescriptor descriptor[] = { testWrap() local
2867 JSVM_PropertyDescriptor descriptor[] = { testOthers() local
2932 JSVM_PropertyDescriptor descriptor[] = { Add() local
3032 JSVM_PropertyDescriptor descriptor[] = { Add1() local
3088 JSVM_PropertyDescriptor descriptor[] = { testSecondOperations() local
3208 JSVM_PropertyDescriptor descriptor[] = { testCheckArgs() local
3283 JSVM_PropertyDescriptor descriptor[] = { testSetProperty() local
3355 JSVM_PropertyDescriptor descriptor[] = { testGetProperty() local
3442 JSVM_PropertyDescriptor descriptor[] = { testCallFunction() local
3542 JSVM_PropertyDescriptor descriptor[] = { testSetNamedProperty01() local
3630 JSVM_PropertyDescriptor descriptor[] = { testSetNamedProperty02() local
3731 JSVM_PropertyDescriptor descriptor[] = { testSetIndexProperty01() local
3819 JSVM_PropertyDescriptor descriptor[] = { testSetIndexProperty02() local
3916 JSVM_PropertyDescriptor descriptor[] = { testGetNamedProperty01() local
4016 JSVM_PropertyDescriptor descriptor[] = { testGetNamedProperty02() local
4113 JSVM_PropertyDescriptor descriptor[] = { testGetIndexProperty01() local
4214 JSVM_PropertyDescriptor descriptor[] = { testGetIndexProperty02() local
4315 JSVM_PropertyDescriptor descriptor[] = { testDeleterNamedProperty01() local
4418 JSVM_PropertyDescriptor descriptor[] = { testDeleterNamedProperty02() local
4519 JSVM_PropertyDescriptor descriptor[] = { testDeleterNamedProperty03() local
4618 JSVM_PropertyDescriptor descriptor[] = { testDeleterIndexedProperty01() local
4711 JSVM_PropertyDescriptor descriptor[] = { testDeleterIndexedProperty02() local
4804 JSVM_PropertyDescriptor descriptor[] = { testDeleterIndexedProperty03() local
4917 JSVM_PropertyDescriptor descriptor[] = { testEnumeratorNamedProperty01() local
5029 JSVM_PropertyDescriptor descriptor[] = { testEnumeratorNamedProperty02() local
5146 JSVM_PropertyDescriptor descriptor[] = { testEnumeratorIndexedProperty01() local
5266 JSVM_PropertyDescriptor descriptor[] = { testEnumeratorIndexedProperty02() local
6951 JSVM_PropertyDescriptor descriptor[] = { DefineMethodProperties() local
6975 JSVM_PropertyDescriptor descriptor[] = { DefineStringProperties() local
7009 JSVM_PropertyDescriptor descriptor[] = { DefineGetterProperties() local
8064 JSVM_PropertyDescriptor descriptor[] = { CreateSnapshotFailed() local
8368 JSVM_PropertyDescriptor descriptor[] = {{"isCallable", NULL, &param[0], NULL, NULL, NULL, JSVM_DEFAULT}}; testIsCallable() local
8959 JSVM_PropertyDescriptor descriptor[] = { testArrayBuffer() local
9031 JSVM_PropertyDescriptor descriptor[] = { testArrayBuffer2() local
9112 JSVM_PropertyDescriptor descriptor[] = { testArrayBuffer3() local
9234 JSVM_PropertyDescriptor descriptor[] = { testWasmOperator() local
[all...]

Completed in 27 milliseconds