/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ability_controller_stub.cpp | 33 std::u16string descriptor = AbilityControllerStub::GetDescriptor(); in OnRemoteRequest() local
|
H A D | app_debug_listener_stub.cpp | 36 std::u16string descriptor = AppDebugListenerStub::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollercallbackstub_test/nfccontrollercallbackstub/nfccontrollercallbackstub_fuzzer/ |
H A D | nfccontrollercallbackstub_fuzzer.cpp | 68 std::u16string descriptor = NFC::NfcControllerCallBackStub::GetDescriptor(); in DoNfcControllerCallBackStubFuzzTest() local
|
/ohos5.0/base/security/code_signature/services/local_code_sign/src/ |
H A D | local_code_sign_stub.cpp | 44 std::u16string descriptor = LocalCodeSignStub::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 161 …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 D | bluetooth_gatt_server_proxy.cpp | 195 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 D | gatt_server_test.cpp | 42 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 D | silent_install_callback.h | 75 std::u16string descriptor = AtomicServiceStatusCallbackStub::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappproxy_fuzzer/ |
H A D | defaultappproxy_fuzzer.cpp | 46 std::u16string descriptor = DefaultAppProxy::GetDescriptor(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | data_ability_observer_stub.cpp | 42 std::u16string descriptor = DataAbilityObserverStub::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | data_ability_observer_stub.cpp | 41 std::u16string descriptor = DataAbilityObserverStub::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 74 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 D | bluetooth_gatt_client_callback_proxy.cpp | 131 …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 D | process_skeleton.cpp | 118 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 D | AudioDescriptor.java | 75 public AudioDescriptor(int standard, int encapsulationType, @NonNull byte[] descriptor) { in AudioDescriptor()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | ability_connection_wrapper_stub.cpp | 47 std::u16string descriptor = IAbilityConnection::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/ |
H A D | hcesessionstub_fuzzer.cpp | 70 std::u16string descriptor = HceSessionStub::GetDescriptor(); in DoHceSessionStubFuzzTest() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_event_listener_stub.cpp | 84 std::u16string descriptor = IResSchedEventListener::GetDescriptor(); in ParseAndCheckEventParcel() local
|
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | wakeup_intell_voice_engine.cpp | 28 …akeupIntellVoiceEngine::WakeupIntellVoiceEngine(const WakeupIntelligentVoiceEngineDescriptor &desc… in WakeupIntellVoiceEngine()
|
/aosp14/frameworks/base/media/java/android/media/audio/common/ |
H A D | AidlConversion.java | 554 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 D | gatt_cache.cpp | 66 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 D | os_account_user_callback.cpp | 53 std::u16string descriptor = OsAccountUserCallback::GetDescriptor(); in OnRemoteRequest() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | ohos_rpc_message_parcel.cpp | 209 …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 D | hdf_remote_service.c | 56 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 D | oncardemulationnotifycbstub_fuzzer.cpp | 69 std::u16string descriptor = OnCardEmulationNotifyCbStub::GetDescriptor(); in DoOnCardEmulationNotifyCbStubFuzzTest() local
|