Home
last modified time | relevance | path

Searched defs:descriptor (Results 551 - 575 of 1143) sorted by relevance

1...<<21222324252627282930>>...46

/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp120 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp138 int32_t UsbDescriptorParser::ParseConfigDescriptors(std::vector<uint8_t> &descriptor, uint32_t offset, in ParseConfigDescriptors() argument
/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp192 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory.c281 mali_osk_errcode_t mali_mem_mali_map_prepare(mali_mem_allocation *descriptor) in mali_mem_mali_map_prepare() argument
297 mali_osk_errcode_t mali_mem_mali_map_resize(mali_mem_allocation *descriptor, u32 new_size) in mali_mem_mali_map_resize() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory.c281 _mali_osk_errcode_t mali_mem_mali_map_prepare(mali_mem_allocation *descriptor) in mali_mem_mali_map_prepare() argument
297 _mali_osk_errcode_t mali_mem_mali_map_resize(mali_mem_allocation *descriptor, u32 new_size) in mali_mem_mali_map_resize() argument
[all...]
/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp91 WakeupIntelligentVoiceEngineDescriptor descriptor = {false, "小艺小艺"}; in CreateHeadsetWakeupEngine() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp28 std::u16string descriptor = ApplicationStateObserverStub::GetDescriptor(); in OnRemoteRequest() local
H A Dapp_scheduler_host.cpp43 std::u16string descriptor = AppSchedulerHost::GetDescriptor(); in OnRemoteRequest() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp72 std::u16string descriptor = AtomicServiceStatusCallbackStub::GetDescriptor(); variable
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp169 auto* descriptor = reinterpret_cast<OHOS::Ace::Napi::DrawableDescriptor*>(objectNapi); in OH_ArkUI_GetDrawableDescriptorFromNapiValue() local
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_stub.cpp52 std::u16string descriptor = FormRendererDispatcherStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_channel_stub.cpp72 std::u16string descriptor = AccessibleAbilityChannelStub::GetDescriptor(); in OnRemoteRequest() local
H A Daccessibility_element_operator_stub.cpp64 std::u16string descriptor = AccessibilityElementOperatorStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp44 std::u16string descriptor = AppControlHost::GetDescriptor(); in OnRemoteRequest() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp44 std::u16string descriptor = BundleResourceHost::GetDescriptor(); in OnRemoteRequest() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp177 std::u16string descriptor = BundleResourceHost::GetDescriptor(); in HWTEST_F() local
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/
H A Daccessibleabilitymanagerservicestub_fuzzer_back.cpp74 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); in HandleRegisterStateCallbackTest() local
100 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); in HandleGetAbilityListTest() local
130 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); in HandleRegisterAccessibilityElementOperatorTest() local
166 std::u16string descriptor in HandleMultiRegisterAccessibilityElementOperatorTest() local
214 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); HandleDeregisterAccessibilityElementOperatorTest() local
238 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); HandleSendEventTest() local
258 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); HandleSetDaltonizationStateTest() local
277 std::u16string descriptor = AccessibleAbilityManagerServiceStub::GetDescriptor(); HandleRemoveRequestIdTest() local
[all...]
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_channel_stub.cpp72 std::u16string descriptor = AccessibleAbilityChannelStubMock::GetDescriptor(); in OnRemoteRequest() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp41 JSValue DescriptorUtils::CreateDescriptorWatcher(JSValue element, JSValue descriptor) in CreateDescriptorWatcher() argument
57 bool DescriptorUtils::IsIfDescriptor(JSValue descriptor) in IsIfDescriptor() argument
62 bool DescriptorUtils::IsForDescriptor(JSValue descriptor) in IsForDescriptor() argument
67 bool DescriptorUtils::IsIfDescriptorShown(JSValue descriptor) in IsIfDescriptorShown() argument
77 RenderIfDescriptor(JSValue descriptor) RenderIfDescriptor() argument
86 RenderForDescriptor(JSValue descriptor) RenderForDescriptor() argument
107 GetDescriptorRendered(JSValue descriptor) GetDescriptorRendered() argument
112 DelIfDescriptorRendered(JSValue descriptor) DelIfDescriptorRendered() argument
125 DelForDescriptorRendered(JSValue descriptor) DelForDescriptorRendered() argument
161 ReleaseForDescriptor(JSValue descriptor) ReleaseForDescriptor() argument
170 ReleaseIfDescriptor(JSValue descriptor) ReleaseIfDescriptor() argument
225 JSValue descriptor = JSObject::Create(); CreateDescriptor() local
236 IsDescriptor(const char * const type, JSValue descriptor) IsDescriptor() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp179 void ConvertBLEDescriptorToJS(napi_env env, napi_value result, GattDescriptor& descriptor) in ConvertBLEDescriptorToJS() argument
241 ConvertDescriptorReadReqToJS(napi_env env, napi_value result, const std::string &device, const GattDescriptor& descriptor, int requestId) ConvertDescriptorReadReqToJS() argument
324 ConvertDescriptorWriteReqToJS(napi_env env, napi_value result, const std::string &device, const GattDescriptor &descriptor, int requestId) ConvertDescriptorWriteReqToJS() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp74 std::u16string descriptor = BluetoothGattClientStub::GetDescriptor(); in OnRemoteRequest() local
H A Dbluetooth_hfp_hf_stub.cpp107 std::u16string descriptor = BluetoothHfpHfStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp428 RespondDescriptorRead( const BluetoothGattDevice &device, BluetoothGattDescriptor *descriptor, int32_t ret) RespondDescriptorRead() argument
450 RespondDescriptorWrite( const BluetoothGattDevice &device, const BluetoothGattDescriptor &descriptor, int32_t ret) RespondDescriptorWrite() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp290 auto descriptor = ccc->second.descriptors_.find(valueHandle); GetDescriptor() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_native_object.h177 NapiNativeGattsDescriptorWriteRequest(int transId, std::string deviceAddr, GattDescriptor &descriptor) in NapiNativeGattsDescriptorWriteRequest() argument
190 NapiNativeGattsDescriptorReadRequest(int transId, std::string deviceAddr, GattDescriptor &descriptor) in NapiNativeGattsDescriptorReadRequest() argument

Completed in 20 milliseconds

1...<<21222324252627282930>>...46