Home
last modified time | relevance | path

Searched refs:GetModule (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c33 static AuthModuleBase *GetModule(int moduleType) in GetModule() function
76 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity()
104 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity()
132 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo()
161 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey()
188 AuthModuleBase *module = GetModule(moduleType); in CheckMsgRepeatability()
203 AuthModuleBase *module = GetModule(moduleType); in CreateTask()
223 AuthModuleBase *module = GetModule(moduleType); in ProcessTask()
244 AuthModuleBase *module = GetModule(moduleType); in DestroyTask()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector_internal_impl.cpp69 std::shared_ptr<IIntellVoiceTriggerConnectorModule> TriggerConnectorInternalImpl::GetModule( in GetModule() function in OHOS::IntellVoiceTrigger::TriggerConnectorInternalImpl
78 return it->second->GetModule(callback); in GetModule()
H A Dtrigger_connector_internal_validation.cpp59 std::shared_ptr<IIntellVoiceTriggerConnectorModule> TriggerConnectorInternalValidation::GetModule( in GetModule() function in OHOS::IntellVoiceTrigger::TriggerConnectorInternalValidation
78 auto delegate = delegate_->GetModule(adapterName, moduleValidation->GetCallbackWrapper()); in GetModule()
H A Di_intell_voice_trigger_connector_internal.h32 …virtual std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(const std::string &adapterNa…
H A Dtrigger_connector_internal_impl.h32 std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(const std::string &adapterName,
H A Dtrigger_connector_mgr.cpp59 return delegate_->GetModule(adapterName, callback); in GetConnectorModule()
H A Dtrigger_connector_internal_validation.h32 std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(const std::string &adapterName,
H A Dtrigger_connector.h47 std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(
H A Dtrigger_connector.cpp67 std::shared_ptr<IIntellVoiceTriggerConnectorModule> TriggerConnector::GetModule( in GetModule() function in OHOS::IntellVoiceTrigger::TriggerConnector
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_form.cpp101 std::string SystemDefinedForm::GetModule() const in GetModule() function in OHOS::UDMF::SystemDefinedForm
149 items[MODULE] = GetModule(); in GetItems()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp231 if (!GetModule()) { in SetParameter()
242 if (!GetModule()) { in GetParameter()
256 bool TriggerHelper::GetModule() in GetModule() function in OHOS::IntellVoiceTrigger::TriggerHelper
291 if (!GetModule()) { in PrepareForRecognition()
H A Dtrigger_helper.h98 bool GetModule();
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_form.h38 std::string GetModule() const;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_form_napi.cpp38 DECLARE_NAPI_GETTER_SETTER("module", GetModule, SetModule), in Constructor()
217 napi_value SystemDefinedFormNapi::GetModule(napi_env env, napi_callback_info info) in GetModule() function in OHOS::UDMF::SystemDefinedFormNapi
224 ctxt->status = NapiDataUtils::SetValue(env, sdForm->value_->GetModule(), ctxt->output); in GetModule()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_form_napi.h53 static napi_value GetModule(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.h40 AutoPtr<ASTModule> GetModule() const in GetModule() function
/ohos5.0/foundation/ability/idl_tool/
H A Dmain.cpp64 MetadataBuilder builder(parser.GetModule()); in DoCompile()
/ohos5.0/foundation/ability/idl_tool/test/rust/common/
H A Didl_common.h63 MetadataBuilder builder(parser.GetModule()); in Ready()
/ohos5.0/foundation/ability/idl_tool/test/ts/common/
H A Didl_common.h63 MetadataBuilder builder(parser.GetModule()); in Ready()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp374 systemDefinedForm1.GetModule(); in SetDataSystemDefinedFormFuzz()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp710 ASSERT_EQ(systemDefinedForm->GetModule(), "module");
H A Dpasteboard_utils_test.cpp723 ASSERT_EQ(newForm->GetModule(), module1);
H A Dpasteboard_unified_data_test.cpp735 ASSERT_EQ(newForm->GetModule(), "module");
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp770 EXPECT_EQ(systemDefinedForm1.GetModule(), systemDefinedForm2->GetModule());