Home
last modified time | relevance | path

Searched refs:descriptor_ (Results 1 - 25 of 31) sorted by relevance

12

/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionmanager_fuzzer/
H A Davsessionmanager_fuzzer.h32 descriptor_ = descriptor;
38 descriptor_ = descriptor;
53 return descriptor_.sessionId_; in GetSessionId()
57 AVSessionDescriptor descriptor_; member in OHOS::AVSession::TestSessionListener
/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Denroll_intell_voice_engine.cpp36 descriptor_ = make_unique<EnrollIntelligentVoiceEngineDescriptor>(); in EnrollIntellVoiceEngine()
37 if (descriptor_ != nullptr) { in EnrollIntellVoiceEngine()
38 descriptor_->wakeupPhrase = descriptor.wakeupPhrase; in EnrollIntellVoiceEngine()
73 info.wakeupPhrase = descriptor_->wakeupPhrase; in Init()
162 if (descriptor_ != nullptr) { in Evaluate()
163 descriptor_->wakeupPhrase = word; in Evaluate()
H A Dwakeup_intell_voice_engine.cpp33 descriptor_ = make_unique<WakeupIntelligentVoiceEngineDescriptor>(); in WakeupIntellVoiceEngine()
34 descriptor_->needReconfirm = descriptor.needReconfirm; in WakeupIntellVoiceEngine()
35 descriptor_->wakeupPhrase = descriptor.wakeupPhrase; in WakeupIntellVoiceEngine()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp65 : descriptor_(descriptor), userId_(userId) in AVSessionItem()
68 AVSessionUtils::GetAnonySessionId(descriptor_.sessionId_).c_str(), userId_); in AVSessionItem()
79 AVSessionUtils::GetAnonySessionId(descriptor_.sessionId_).c_str(), userId_); in ~AVSessionItem()
92 return descriptor_.sessionId_; in GetSessionId()
97 auto iter = sessionTypeMap_.find(descriptor_.sessionType_); in GetSessionType()
113 "SESSION_TAG", descriptor_.sessionTag_, in Destroy()
135 std::string sessionId = descriptor_.sessionId_; in DestroyTask()
157 if (descriptor_.sessionTag_ != "RemoteCast" && castHandle_ > 0) { in DestroyTask()
305 "SESSION_TAG", descriptor_.sessionTag_, "SESSION_TYPE", GetSessionType(), "API_PARAM", API_PARAM_STRING, in ReportSetAVMetaDataInfo()
440 "SESSION_TAG", descriptor_ in SetAVPlaybackState()
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_object.cpp67 return descriptor_; in GetObjectDescriptor()
80 IRemoteObject::IRemoteObject(std::u16string descriptor) : descriptor_(descriptor) in IRemoteObject()
92 return descriptor_; in GetInterfaceDescriptor()
H A Dipc_object_stub.cpp67 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str(), in IPCObjectStub()
80 std::u16string str(descriptor_); in IPCObjectStub()
87 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str(), in ~IPCObjectStub()
126 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str()); in OnRemoteRequest()
140 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str(), curTime); in OnRemoteRequest()
214 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str(), uid); in DBinderInvokeListenThread()
282 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str(), uid); in DBinderAddCommAuth()
495 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)).c_str()); in ProcessProto()
496 if (!reply.WriteUint32(IRemoteObject::IF_PROT_BINDER) || !reply.WriteString16(descriptor_)) { in ProcessProto()
539 ProcessSkeleton::ConvertToSecureDesc(Str16ToStr8(descriptor_)) in InvokerDataBusThread()
[all...]
H A Diremote_broker.cpp78 if (object->descriptor_ == descriptor) { in Register()
117 if (object->descriptor_ == descriptor) { in Unregister()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object_holder.cpp38 : env_(env), descriptor_(descriptor), sptrCachedObject_(nullptr), wptrCachedObject_(nullptr), in NAPIRemoteObjectHolder()
128 tmp = new NAPIRemoteObject(jsThreadId_, env_, jsObjectRef_, descriptor_); in Get()
177 descriptor_ = Str8ToStr16(descriptor); in attachLocalInterface()
186 if (!descriptor_.empty() && strcmp(Str16ToStr8(descriptor_).c_str(), descriptor.c_str()) == 0) { in queryLocalInterface()
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_broker.h54 std::u16string descriptor_; member in OHOS::BrokerDelegatorBase
105 descriptor_ = T::GetDescriptor(); in BrokerDelegator()
111 if (!isSoUnloaded && !descriptor_.empty()) { in ~BrokerDelegator()
113 registration.Unregister(descriptor_); in ~BrokerDelegator()
H A Diremote_object.cpp55 IRemoteObject::IRemoteObject(const std::u16string &descriptor) : descriptor_(descriptor) in IRemoteObject()
H A Diremote_object.h78 const std::u16string descriptor_; member in OHOS::IRemoteObject
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Diremote_broker.h61 std::u16string descriptor_; member in OHOS::BrokerDelegatorBase
144 descriptor_ = T::GetDescriptor(); in BrokerDelegator()
151 if (!isSoUnloaded && !descriptor_.empty()) { in ~BrokerDelegator()
153 registration.Unregister(descriptor_); in ~BrokerDelegator()
H A Diremote_object.h172 const std::u16string descriptor_; member in OHOS::IRemoteObject
/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_holder.h63 return descriptor_; in GetDescriptor()
72 std::u16string descriptor_; member in OHOS::NAPIRemoteObjectHolder
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_utils.h78 GattDescriptor descriptor_ = {UUID::FromString("0"), 0}; member
93 NapiNativeBleDescriptor(const GattDescriptor &descriptor) : descriptor_(descriptor) {} in NapiNativeBleDescriptor()
98 GattDescriptor descriptor_; member in OHOS::Bluetooth::NapiNativeBleDescriptor
H A Dnapi_native_object.h178 : transId_(transId), deviceAddr_(deviceAddr), descriptor_(descriptor) {} in NapiNativeGattsDescriptorWriteRequest()
185 GattDescriptor descriptor_; member in OHOS::Bluetooth::NapiNativeGattsDescriptorWriteRequest
191 : transId_(transId), deviceAddr_(deviceAddr), descriptor_(descriptor) {} in NapiNativeGattsDescriptorReadRequest()
198 GattDescriptor descriptor_; member in OHOS::Bluetooth::NapiNativeGattsDescriptorReadRequest
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_manager_test/
H A Davsession_manager_test.cpp42 descriptor_ = descriptor;
48 descriptor_ = descriptor;
63 return descriptor_.sessionId_; in GetSessionId()
68 AVSessionDescriptor descriptor_; member in __anon10516::TestSessionListener
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dremote_object_mock.cpp59 if (descriptor_ != ISoftBusClient::GetDescriptor()) { in GetResult()
H A Dremote_object_mock.h61 std::u16string descriptor_; member in OHOS::RemoteObjectMock
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Diremote_object_unitest.cpp85 EXPECT_EQ(object->descriptor_, object->GetInterfaceDescriptor()); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp110 !reply.WriteUint32(session->deviceIdInfo.tokenId) || !reply.WriteString16(descriptor_)) { in ProcessProto()
176 DBinderService::ConvertToSecureDeviceID(Str16ToStr8(descriptor_)).c_str()); in AddDbinderDeathRecipient()
217 DBinderService::ConvertToSecureDeviceID(Str16ToStr8(descriptor_)).c_str()); in RemoveDbinderDeathRecipient()
316 ret += memcpy_s(dbinderData->desc, DBINDER_DESC_LENGTH, descriptor_.c_str(), descriptor_.length()); in SaveDBinderData()
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Dwakeup_intell_voice_engine.h56 std::unique_ptr<WakeupIntelligentVoiceEngineDescriptor> descriptor_ = nullptr; member in OHOS::IntellVoice::WakeupIntellVoiceEngine
H A Denroll_intell_voice_engine.h60 std::unique_ptr<EnrollIntelligentVoiceEngineDescriptor> descriptor_ = nullptr; member in OHOS::IntellVoice::EnrollIntellVoiceEngine
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_manager_test.cpp111 descriptor_ = descriptor;
117 descriptor_ = descriptor;
127 return descriptor_.sessionId_; in GetSessionId()
132 return descriptor_.uid_; in GetSessionUid()
136 AVSessionDescriptor descriptor_; member in OHOS::AVSession::TestSessionListener
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp400 ConvertBLEDescriptorToJS(env, object, const_cast<GattDescriptor &>(descriptor_)); in ToNapiValue()
449 ConvertDescriptorWriteReqToJS(env, result, deviceAddr_, descriptor_, transId_); in ToNapiValue()
458 ConvertDescriptorReadReqToJS(env, result, deviceAddr_, descriptor_, transId_); in ToNapiValue()

Completed in 11 milliseconds

12