Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_mgr.cpp34 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *ca… in CreateComponentInstance()
77 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *rol… in GetRolesForComponent()
126 int32_t ComponentMgr::GetCoreOfComponent(CodecOMXCore* &core, const char *componentName) in GetCoreOfComponent()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dmarquee_tdd_test.h26 const char *componentName = "marquee"; in MarqueeTddTest() local
H A Dpicker_view_tdd_test.cpp70 uint16_t PickerViewTddTest::SetCompnentNameId(const char* componentName) in SetCompnentNameId()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_mgr.cpp33 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *ca… in CreateComponentInstance()
76 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *rol… in GetRolesForComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.h217 void SetRequiredComponent(const std::string &componentName) in SetRequiredComponent()
222 …void AddPreviewComponent(const std::string &componentName, const panda::Global<panda::ObjectRef> &… in AddPreviewComponent()
227 … panda::Global<panda::ObjectRef> GetPreviewComponent(EcmaVM* vm, const std::string &componentName) in GetPreviewComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_interactable_view_ffi.cpp285 …orkInteractableViewOnDragStart(CJDragItemInfo (*callback)(CJDragInfo info), uint32_t componentName) in FfiOHOSAceFrameworkInteractableViewOnDragStart()
316 …SAceFrameworkInteractableViewOnDragEnter(void (*callback)(CJDragInfo info), uint32_t componentName) in FfiOHOSAceFrameworkInteractableViewOnDragEnter()
334 …OSAceFrameworkInteractableViewOnDragMove(void (*callback)(CJDragInfo info), uint32_t componentName) in FfiOHOSAceFrameworkInteractableViewOnDragMove()
352 …SAceFrameworkInteractableViewOnDragLeave(void (*callback)(CJDragInfo info), uint32_t componentName) in FfiOHOSAceFrameworkInteractableViewOnDragLeave()
370 …fiOHOSAceFrameworkInteractableViewOnDrop(void (*callback)(CJDragInfo info), uint32_t componentName) in FfiOHOSAceFrameworkInteractableViewOnDrop()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp117 uint16_t BaseTest::SetCompnentNameId(const char *componentName) in SetCompnentNameId()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Drender_module.cpp45 char *componentName = MallocStringOf(tagName, &tagNameLength); in CreateElement() local
/ohos5.0/base/update/sys_installer_lite/interfaces/kits/
H A Dhota_partition.h49 const char *componentName; member
/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp59 void InputMethodSysEvent::ServiceFaultReporter(const std::string &componentName, int32_t errCode) in ServiceFaultReporter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_frame_rate_range.h102 auto componentName = GetComponentName(); in GetExtInfo() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp149 std::string componentName = component->GetString(); in ParseComponentCollectionJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js662 addComponentToScope(elmtId, owner, componentName) { argument
717 onComponentCreateEnter(componentName, elmtId, isFirstRender, ownerComponent) { argument
925 static isInWhiteList(componentName) { argument
H A DstateMgmt.js4773 …res.viewInfo = { componentName: (_a = this.owningView_) === null || _a === void 0 ? void 0 : _a.co… property in res.viewInfo
7197 res.viewInfo = { componentName: this.constructor.name, id: this.id__() }; property in res.viewInfo
9287 const componentName = entry.getComponentName(); constant
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h43 const std::string componentName; member
461 virtual void ReplaceJSContent(const std::string& url, const std::string componentName) in ReplaceJSContent()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.cpp112 HdiCodecAdapter::HdiCodecAdapter(std::string componentName, std::string pluginMime) in HdiCodecAdapter()
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/include/
H A Daudio_sapm.h101 char *componentName; /* component name */ member
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp546 void AceAbility::LoadDocument(const std::string& url, const std::string& componentName, SystemParam… in LoadDocument()
H A Dace_container.cpp1079 void AceContainer::LoadDocument(const std::string& url, const std::string& componentName) in LoadDocument()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp473 Local<JSValueRef> componentName = runtimeCallInfo->GetCallArgRef(index); in JsStorePreviewComponents() local
H A Djsi_declarative_engine.cpp2013 void JsiDeclarativeEngine::ReplaceJSContent(const std::string& url, const std::string componentName) in ReplaceJSContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10186 const JSRef<JSVal>& jsValue, Color& result, const char* componentName, const char* propName) in CheckColor()
10204 …const JSRef<JSVal>& jsValue, CalcDimension& result, const char* componentName, const char* propNam… in CheckLength()