Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp54 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
72 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
90 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
108 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
126 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
144 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
162 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
180 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
198 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
216 std::u16string descriptor = BundleMgrHost::GetDescriptor(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp57 bool DescriptorUtils::IsIfDescriptor(JSValue descriptor) in IsIfDescriptor()
62 bool DescriptorUtils::IsForDescriptor(JSValue descriptor) in IsForDescriptor()
67 bool DescriptorUtils::IsIfDescriptorShown(JSValue descriptor) in IsIfDescriptorShown()
77 JSValue DescriptorUtils::RenderIfDescriptor(JSValue descriptor) in RenderIfDescriptor()
86 JSValue DescriptorUtils::RenderForDescriptor(JSValue descriptor) in RenderForDescriptor()
107 JSValue DescriptorUtils::GetDescriptorRendered(JSValue descriptor) in GetDescriptorRendered()
112 void DescriptorUtils::DelIfDescriptorRendered(JSValue descriptor) in DelIfDescriptorRendered()
125 void DescriptorUtils::DelForDescriptorRendered(JSValue descriptor) in DelForDescriptorRendered()
161 void DescriptorUtils::ReleaseForDescriptor(JSValue descriptor) in ReleaseForDescriptor()
170 void DescriptorUtils::ReleaseIfDescriptor(JSValue descriptor) in ReleaseIfDescriptor()
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_styled_string_descriptor.cpp30 void OH_ArkUI_StyledString_Descriptor_Destroy(ArkUI_StyledString_Descriptor* descriptor) in OH_ArkUI_StyledString_Descriptor_Destroy()
37 uint8_t* buffer, size_t bufferSize, ArkUI_StyledString_Descriptor* descriptor) in OH_ArkUI_UnmarshallStyledStringDescriptor()
46 … uint8_t* buffer, size_t bufferSize, ArkUI_StyledString_Descriptor* descriptor, size_t* resultSize) in OH_ArkUI_MarshallStyledStringDescriptor()
54 const char* OH_ArkUI_ConvertToHtml(ArkUI_StyledString_Descriptor* descriptor) in OH_ArkUI_ConvertToHtml()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dav_session_state_listener.cpp25 …essionStateListener::MarshallingAVSessionDescriptor(const AVSession::AVSessionDescriptor& descript… in MarshallingAVSessionDescriptor()
33 void AvSessionStateListener::OnSessionCreate(const AVSession::AVSessionDescriptor& descriptor) in OnSessionCreate()
42 void AvSessionStateListener::OnSessionRelease(const AVSession::AVSessionDescriptor& descriptor) in OnSessionRelease()
51 void AvSessionStateListener::OnTopSessionChange(const AVSession::AVSessionDescriptor& descriptor) in OnTopSessionChange()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp69 std::shared_ptr<TypeDescriptor> descriptor; variable
91 std::shared_ptr<TypeDescriptor> descriptor; variable
108 std::shared_ptr<TypeDescriptor> descriptor; variable
125 std::shared_ptr<TypeDescriptor> descriptor; variable
145 std::shared_ptr<TypeDescriptor> descriptor; variable
162 std::shared_ptr<TypeDescriptor> descriptor; variable
314 std::shared_ptr<TypeDescriptor> descriptor; variable
438 std::shared_ptr<TypeDescriptor> descriptor; variable
459 std::shared_ptr<TypeDescriptor> descriptor; variable
479 std::shared_ptr<TypeDescriptor> descriptor; variable
[all …]
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/sessionlistenerstub_fuzzer/
H A Dsession_listenerstub_fuzzer.h23 void OnSessionCreate(const AVSessionDescriptor& descriptor) override in OnSessionCreate()
28 void OnSessionRelease(const AVSessionDescriptor& descriptor) override in OnSessionRelease()
33 void OnTopSessionChange(const AVSessionDescriptor& descriptor) override in OnTopSessionChange()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionmanager_fuzzer/
H A Davsessionmanager_fuzzer.h29 void OnSessionCreate(const AVSessionDescriptor &descriptor) override in OnSessionCreate()
35 void OnSessionRelease(const AVSessionDescriptor &descriptor) override in OnSessionRelease()
41 void OnTopSessionChange(const AVSessionDescriptor &descriptor) override in OnTopSessionChange()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp386 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; variable
419 OH_AudioDeviceDescriptor *descriptor = array->descriptors[i]; variable
501 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
643 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
785 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
927 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
1069 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
1245 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
1422 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
1566 OH_AudioDeviceDescriptor *descriptor = nullptr; variable
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/player/avsession_background/
H A Davsession_background.h38 void OnSessionCreate(const AVSession::AVSessionDescriptor &descriptor) override in OnSessionCreate()
42 void OnSessionRelease(const AVSession::AVSessionDescriptor &descriptor) override in OnSessionRelease()
46 void OnTopSessionChange(const AVSession::AVSessionDescriptor &descriptor) override in OnTopSessionChange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_broker.cpp29 bool BrokerRegistration::Register(const std::u16string &descriptor, const Constructor &creator, in Register()
35 void BrokerRegistration::Unregister(const std::u16string &descriptor) in Unregister()
39 sptr<IRemoteBroker> BrokerRegistration::NewInstance(const std::u16string &descriptor, const sptr<IR… in NewInstance()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dsession_listener_proxy_test.cpp58 AVSessionDescriptor descriptor; variable
71 AVSessionDescriptor descriptor; variable
84 AVSessionDescriptor descriptor; variable
H A Dremote_utils_test.cpp55 AVSessionDescriptor descriptor; variable
80 AVSessionDescriptor descriptor; variable
105 AVSessionDescriptor descriptor; variable
H A Dbkgr_audio_controller_test.cpp57 AVSessionDescriptor descriptor; variable
74 AVSessionDescriptor descriptor; variable
92 AVSessionDescriptor descriptor; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_font_descriptor_test.cpp48 … OH_Drawing_FontDescriptor *descriptor = OH_Drawing_GetFontDescriptorByFullName(nullptr, fontType); variable
93 …OH_Drawing_FontDescriptor *descriptor = OH_Drawing_GetFontDescriptorByFullName(fontFullName, fontT… variable
118 …OH_Drawing_FontDescriptor *descriptor = OH_Drawing_GetFontDescriptorByFullName(fontFullName, fontT… variable
140 …OH_Drawing_FontDescriptor *descriptor = OH_Drawing_GetFontDescriptorByFullName(fontFullName, fontT… variable
166 …OH_Drawing_FontDescriptor *descriptor = OH_Drawing_GetFontDescriptorByFullName(fontFullName, fontT… variable
188 …OH_Drawing_FontDescriptor *descriptor = OH_Drawing_GetFontDescriptorByFullName(fontFullName, fontT… variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp775 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
793 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
811 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
829 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
847 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
866 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
892 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
910 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
928 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
946 std::u16string descriptor = InstalldHost::GetDescriptor(); variable
[all …]
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_manager_impl.cpp98 …nt32_t IntellVoiceTriggerManagerImpl::LoadAdapter(const IntellVoiceTriggerAdapterDsecriptor &descr… in LoadAdapter()
104 …t IntellVoiceTriggerManagerImpl::LoadAdapter_V1_1(const IntellVoiceTriggerAdapterDsecriptor &descr… in LoadAdapter_V1_1()
112 const IntellVoiceTriggerAdapterDsecriptor &descriptor, sptr<T> &adapter) in LoadIntellVoiceTriggerAdapter()
145 …32_t IntellVoiceTriggerManagerImpl::UnloadAdapter(const IntellVoiceTriggerAdapterDsecriptor &descr… in UnloadAdapter()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp33 void ApiCacheManager::AddCacheApi(const std::u16string& descriptor, uint32_t apiCode, int64_t expir… in AddCacheApi()
50 void ApiCacheManager::DelCacheApi(const std::u16string& descriptor, uint32_t apiCode) in DelCacheApi()
79 void ApiCacheManager::ClearCache(const std::u16string& descriptor) in ClearCache()
92 void ApiCacheManager::ClearCache(const std::u16string& descriptor, int32_t apiCode) in ClearCache()
105 bool ApiCacheManager::PreSendRequest(const std::u16string& descriptor, uint32_t apiCode, const Mess… in PreSendRequest()
132 bool ApiCacheManager::PostSendRequest(const std::u16string& descriptor, uint32_t apiCode, const Mes… in PostSendRequest()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_dumper_test.cpp266 AVSessionDescriptor descriptor = item->GetDescriptor(); variable
293 void OnSessionCreate(const AVSessionDescriptor& descriptor) override in OnSessionCreate()
298 void OnSessionRelease(const AVSessionDescriptor& descriptor) override in OnSessionRelease()
303 void OnTopSessionChange(const AVSessionDescriptor& descriptor) override in OnTopSessionChange()
316 void OnSessionCreate(const AVSessionDescriptor& descriptor) override in OnSessionCreate()
320 void OnSessionRelease(const AVSessionDescriptor& descriptor) override in OnSessionRelease()
324 void OnTopSessionChange(const AVSessionDescriptor& descriptor) override in OnTopSessionChange()
378 AVSessionDescriptor descriptor; variable
485 AVSessionDescriptor descriptor; variable
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/
H A Dsession_listener_client.cpp26 void SessionListenerClient::OnSessionCreate(const AVSessionDescriptor& descriptor) in OnSessionCreate()
37 void SessionListenerClient::OnSessionRelease(const AVSessionDescriptor& descriptor) in OnSessionRelease()
45 void SessionListenerClient::OnTopSessionChange(const AVSessionDescriptor& descriptor) in OnTopSessionChange()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_proxy.cpp57 std::u16string descriptor = ISharedResultSetProxy::GetDescriptor(); in GetAllColumnNames() local
89 std::u16string descriptor = ISharedResultSetProxy::GetDescriptor(); in GetRowCount() local
116 std::u16string descriptor = ISharedResultSetProxy::GetDescriptor(); in OnGo() local
145 std::u16string descriptor = ISharedResultSetProxy::GetDescriptor(); in Close() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_sandbox_change_callback_stub_test.cpp74 std::u16string descriptor = IDlpSandboxStateChangeCallback::GetDescriptor(); variable
100 std::u16string descriptor = IDlpSandboxStateChangeCallback::GetDescriptor(); variable
131 std::u16string descriptor = IDlpSandboxStateChangeCallback::GetDescriptor(); variable
/ohos5.0/drivers/peripheral/intelligent_voice/passthrough/trigger/
H A Dintell_voice_trigger_manager.cpp30 int32_t LoadAdapter(const IntellVoiceTriggerAdapterDsecriptor &descriptor, in LoadAdapter()
37 int32_t UnloadAdapter(const IntellVoiceTriggerAdapterDsecriptor &descriptor) override in UnloadAdapter()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_broker.cpp51 bool BrokerRegistration::Register(const std::u16string &descriptor, const Constructor &creator, in Register()
78 void BrokerRegistration::Unregister(const std::u16string &descriptor) in Unregister()
100 sptr<IRemoteBroker> BrokerRegistration::NewInstance(const std::u16string &descriptor, const sptr<IR… in NewInstance()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Dsession_listener_stub.cpp48 AVSessionDescriptor descriptor; in HandleOnSessionCreate() local
56 AVSessionDescriptor descriptor; in HandleOnSessionRelease() local
65 AVSessionDescriptor descriptor; in HandleOnTopSessionChange() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object_holder.cpp37 NAPIRemoteObjectHolder::NAPIRemoteObjectHolder(napi_env env, const std::u16string &descriptor, napi… in NAPIRemoteObjectHolder()
186 …id NAPIRemoteObjectHolder::attachLocalInterface(napi_value localInterface, std::string &descriptor) in attachLocalInterface()
199 napi_value NAPIRemoteObjectHolder::queryLocalInterface(std::string &descriptor) in queryLocalInterface()

12345678910>>...20