/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_mgr.cpp | 34 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 D | marquee_tdd_test.h | 26 const char *componentName = "marquee"; in MarqueeTddTest() local
|
H A D | picker_view_tdd_test.cpp | 70 uint16_t PickerViewTddTest::SetCompnentNameId(const char* componentName) in SetCompnentNameId()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_mgr.cpp | 33 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 D | ark_js_runtime.h | 217 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 D | cj_interactable_view_ffi.cpp | 285 …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 D | base_test.cpp | 117 uint16_t BaseTest::SetCompnentNameId(const char *componentName) in SetCompnentNameId()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | render_module.cpp | 45 char *componentName = MallocStringOf(tagName, &tagNameLength); in CreateElement() local
|
/ohos5.0/base/update/sys_installer_lite/interfaces/kits/ |
H A D | hota_partition.h | 49 const char *componentName; member
|
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | inputmethod_sysevent.cpp | 59 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 D | rs_frame_rate_range.h | 102 auto componentName = GetComponentName(); in GetExtInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_module_preloader.cpp | 149 std::string componentName = component->GetString(); in ParseComponentCollectionJson() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 662 addComponentToScope(elmtId, owner, componentName) { argument 717 onComponentCreateEnter(componentName, elmtId, isFirstRender, ownerComponent) { argument 925 static isInWhiteList(componentName) { argument
|
H A D | stateMgmt.js | 4773 …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 D | js_engine.h | 43 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 D | hdi_codec_adapter.cpp | 112 HdiCodecAdapter::HdiCodecAdapter(std::string componentName, std::string pluginMime) in HdiCodecAdapter()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/include/ |
H A D | audio_sapm.h | 101 char *componentName; /* component name */ member
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.cpp | 546 void AceAbility::LoadDocument(const std::string& url, const std::string& componentName, SystemParam… in LoadDocument()
|
H A D | ace_container.cpp | 1079 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 D | jsi_view_register.cpp | 473 Local<JSValueRef> componentName = runtimeCallInfo->GetCallArgRef(index); in JsStorePreviewComponents() local
|
H A D | jsi_declarative_engine.cpp | 2013 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 D | js_view_abstract.cpp | 10186 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()
|