Home
last modified time | relevance | path

Searched refs:module_ (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dpreset_module.cpp27 module_ = jerry_create_object(); in PresetModule()
28 JerrySetNamedProperty(globalObject, moduleName_, module_); in PresetModule()
31 module_ = globalObject; in PresetModule()
37 jerry_release_value(module_); in ~PresetModule()
45 JerrySetFuncProperty(module_, funcName, handler); in CreateNamedFunction()
H A Dpreset_module.h65 jerry_value_t module_; member in OHOS::ACELite::PresetModule
/foundation/ability/idl_tool/parser/
H A Dparser.cpp48 String astStr = module_->Dump(""); in Parse()
58 module_ = new ASTModule(); in ParseFile()
59 module_->SetIdlFile(lexer_.GetSourceFile()->GetPath()); in ParseFile()
97 module_->SetLicense(lexer_.GetComment()); in ParseLicense()
190 interface->SetNamespace(module_->ParseNamespace(interfaceFullName.Substring(0, index + 1))); in ParseInterfaceEnd()
203 module_->AddInterface(interface); in ParseInterfaceEnd()
206 if (!interface->GetName().Equals(module_->GetName())) { in ParseInterfaceEnd()
208 module_->GetName().string(), interface->GetName().string())); in ParseInterfaceEnd()
212 interface->SetLicense(module_->GetLicense()); in ParseInterfaceEnd()
224 module_ in ParseInterfaceEnd()
[all...]
H A Dparser.h42 return module_; in GetModule()
108 AutoPtr<ASTModule> module_; member in OHOS::Idl::Parser
/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp31 if (!module_->IsValid()) { in Build()
57 CalculateMetaComponent(module_); in CalculateMetadataSize()
71 stringPool_.Add(module_->GetName()); in CalculateMetaComponent()
94 const ASTModule::TypeStringMap& types = module_->GetTypes(); in CalculateMetaComponent()
212 WriteMetaComponent(module_); in WriteMetadata()
301 mn->sequenceableIndexes_[i] = module_->IndexOf(sequenceable); in WriteMetaNamespace()
306 mn->interfaceIndexes_[i] = module_->IndexOf(interface); in WriteMetaNamespace()
366 mm->returnTypeIndex_ = module_->IndexOf(method->GetReturnType()); in WriteMetaMethod()
398 mp->typeIndex_ = module_->IndexOf(parameter->GetType()); in WriteMetaParameter()
412 mt->index_ = module_ in WriteMetaType()
[all...]
H A Dmetadata_builder.h31 : module_(module) in MetadataBuilder()
78 AutoPtr<ASTModule> module_; member in OHOS::Idl::MetadataBuilder
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp30 if (!module_->IsValid()) { in Build()
56 CalculateMetaComponent(module_); in CalculateMetadataSize()
69 stringPool_.Add(module_->GetName()); in CalculateMetaComponent()
93 const AST::TypeStringMap& types = module_->GetTypes(); in CalculateMetaComponent()
211 WriteMetaComponent(module_); in WriteMetadata()
298 mn->sequenceableIndexes_[i] = module_->IndexOf(sequenceable.Get()); in WriteMetaNamespace()
303 mn->interfaceIndexes_[i] = module_->IndexOf(interface.Get()); in WriteMetaNamespace()
363 mm->returnTypeIndex_ = module_->IndexOf(method->GetReturnType()); in WriteMetaMethod()
390 mp->typeIndex_ = module_->IndexOf(parameter->GetType()); in WriteMetaParameter()
404 mt->index_ = module_ in WriteMetaType()
[all...]
H A Dmetadata_builder.h30 : module_(module) in MetadataBuilder()
77 AutoPtr<AST> module_; member in OHOS::Idl::MetadataBuilder
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_form.cpp34 object->GetValue(MODULE, module_); in SystemDefinedForm()
46 + this->bundleName_.size() + this->abilityName_.size() + this->module_.size(); in GetSize()
103 return this->module_; in GetModule()
108 this->module_ = module; in SetModule()
110 std::get<std::shared_ptr<Object>>(value_)->value_[MODULE] = module_; in SetModule()
166 object->value_[MODULE] = module_; in InitObject()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp235 return module_->SetParams(key, value); in SetParameter()
247 auto ret = module_->GetParams(key, value); in GetParameter()
258 if (module_ != nullptr) { in GetModule()
270 module_ = connectMgr->GetConnectorModule(moduleDesc_[0].adapterName, shared_from_this()); in GetModule()
271 if (module_ == nullptr) { in GetModule()
316 if (module_ == nullptr) { in StartRecognition()
317 INTELL_VOICE_LOG_ERROR("module_ is nullptr"); in StartRecognition()
320 auto ret = module_->Start(modelData->GetModelHandle()); in StartRecognition()
339 if (module_ == nullptr) { in StopRecognition()
340 INTELL_VOICE_LOG_ERROR("module_ i in StopRecognition()
[all...]
H A Dtrigger_helper.h209 std::shared_ptr<IIntellVoiceTriggerConnectorModule> module_ = nullptr; member in OHOS::IntellVoiceTrigger::TriggerHelper
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_form.h51 std::string module_; member in OHOS::UDMF::SystemDefinedForm
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp705 plat_.module_ = static_cast<const ShaderModuleGLES*>(createData.compShaderModule); in GpuComputeProgramGLES()
706 reflection_.pipelineLayout = plat_.module_->GetPipelineLayout(); in GpuComputeProgramGLES()
707 const auto& tgs = plat_.module_->GetThreadGroupSize(); in GpuComputeProgramGLES()
711 reflection_.shaderSpecializationConstantView = plat_.module_->GetSpecilization(); in GpuComputeProgramGLES()
738 PLUGIN_ASSERT(plat_.module_); in GetReflection()
747 ret->plat_.module_ = plat_.module_; in Specialize()
753 PLUGIN_ASSERT(plat_.module_); in Specialize()
754 string compSource = plat_.module_->GetGLSL(specData); in Specialize()
756 const auto& plat = static_cast<const ShaderModulePlatformDataGLES&>(plat_.module_ in Specialize()
[all...]
H A Dgpu_program_gles.h90 const ShaderModuleGLES* module_ { nullptr };

Completed in 7 milliseconds