Home
last modified time | relevance | path

Searched defs:descriptor (Results 226 – 250 of 567) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_controller_stub.cpp33 std::u16string descriptor = AbilityControllerStub::GetDescriptor(); in OnRemoteRequest() local
H A Dapp_debug_listener_stub.cpp36 std::u16string descriptor = AppDebugListenerStub::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollercallbackstub_test/nfccontrollercallbackstub/nfccontrollercallbackstub_fuzzer/
H A Dnfccontrollercallbackstub_fuzzer.cpp68 std::u16string descriptor = NFC::NfcControllerCallBackStub::GetDescriptor(); in DoNfcControllerCallBackStubFuzzTest() local
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_stub.cpp44 std::u16string descriptor = LocalCodeSignStub::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp161 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in OnDescriptorReadRequestInner() local
178 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in OnDescriptorWriteRequestInner() local
H A Dbluetooth_gatt_server_proxy.cpp195 const BluetoothGattDevice &device, BluetoothGattDescriptor *descriptor, int32_t ret) in RespondDescriptorRead()
213 const BluetoothGattDevice &device, const BluetoothGattDescriptor &descriptor, int32_t ret) in RespondDescriptorWrite()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp42 const BluetoothRemoteDevice &device, GattDescriptor &descriptor, int requestId) override in OnDescriptorReadRequest()
45 const BluetoothRemoteDevice &device, GattDescriptor &descriptor, int requestId) override in OnDescriptorWriteRequest()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h75 std::u16string descriptor = AtomicServiceStatusCallbackStub::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappproxy_fuzzer/
H A Ddefaultappproxy_fuzzer.cpp46 std::u16string descriptor = DefaultAppProxy::GetDescriptor(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddata_ability_observer_stub.cpp42 std::u16string descriptor = DataAbilityObserverStub::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddata_ability_observer_stub.cpp41 std::u16string descriptor = DataAbilityObserverStub::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp74 std::u16string descriptor = BluetoothGattClientStub::GetDescriptor(); in OnRemoteRequest() local
221 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in ReadDescriptorInner() local
238 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in WriteDescriptorInner() local
H A Dbluetooth_gatt_client_callback_proxy.cpp131 …thGattClientCallbackProxy::OnDescriptorRead(int32_t ret, const BluetoothGattDescriptor &descriptor) in OnDescriptorRead()
159 …hGattClientCallbackProxy::OnDescriptorWrite(int32_t ret, const BluetoothGattDescriptor &descriptor) in OnDescriptorWrite()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp118 bool ProcessSkeleton::DetachObject(IRemoteObject *object, const std::u16string &descriptor) in DetachObject()
150 bool ProcessSkeleton::AttachObject(IRemoteObject *object, const std::u16string &descriptor, bool lo… in AttachObject()
180 sptr<IRemoteObject> ProcessSkeleton::QueryObject(const std::u16string &descriptor, bool lockFlag) in QueryObject()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioDescriptor.java75 public AudioDescriptor(int standard, int encapsulationType, @NonNull byte[] descriptor) { in AudioDescriptor()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_stub.cpp47 std::u16string descriptor = IAbilityConnection::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/
H A Dhcesessionstub_fuzzer.cpp70 std::u16string descriptor = HceSessionStub::GetDescriptor(); in DoHceSessionStubFuzzTest() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_event_listener_stub.cpp84 std::u16string descriptor = IResSchedEventListener::GetDescriptor(); in ParseAndCheckEventParcel() local
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dwakeup_intell_voice_engine.cpp28 …akeupIntellVoiceEngine::WakeupIntellVoiceEngine(const WakeupIntelligentVoiceEngineDescriptor &desc… in WakeupIntellVoiceEngine()
/aosp14/frameworks/base/media/java/android/media/audio/common/
H A DAidlConversion.java554 public static ExtraAudioDescriptor api2aidl_AudioDescriptor_ExtraAudioDescriptor( in api2aidl_AudioDescriptor_ExtraAudioDescriptor()
571 AudioDescriptor descriptor = new AudioDescriptor( in aidl2api_ExtraAudioDescriptor_AudioDescriptor() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp66 int GattCache::AddDescriptor(uint16_t cccHandle, const Descriptor &descriptor) in AddDescriptor()
109 auto descriptor = ccc->second.descriptors_.find(valueHandle); in GetDescriptor() local
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_user_callback.cpp53 std::u16string descriptor = OsAccountUserCallback::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_parcel.cpp209 …a_ohos_rpc_MessageParcel_nativeWriteFileDescriptor(JNIEnv *env, jobject object, jobject descriptor) in Java_ohos_rpc_MessageParcel_nativeWriteFileDescriptor()
450 …a_ohos_rpc_MessageParcel_nativeCloseFileDescriptor(JNIEnv *env, jobject object, jobject descriptor) in Java_ohos_rpc_MessageParcel_nativeCloseFileDescriptor()
467 …ava_ohos_rpc_MessageParcel_nativeDupFileDescriptor(JNIEnv *env, jobject object, jobject descriptor) in Java_ohos_rpc_MessageParcel_nativeDupFileDescriptor()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_service.c56 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor) in HdfRemoteServiceSetInterfaceDesc()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/oncardemulationnotifycbstub_test/oncardemulationnotifycbstub/oncardemulationnotifycbstub_fuzzer/
H A Doncardemulationnotifycbstub_fuzzer.cpp69 std::u16string descriptor = OnCardEmulationNotifyCbStub::GetDescriptor(); in DoOnCardEmulationNotifyCbStubFuzzTest() local

12345678910>>...23