/ohos5.0/base/security/device_auth/services/frameworks/src/module/ |
H A D | dev_auth_module_manager.c | 33 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 D | trigger_connector_internal_impl.cpp | 69 std::shared_ptr<IIntellVoiceTriggerConnectorModule> TriggerConnectorInternalImpl::GetModule( in GetModule() function in OHOS::IntellVoiceTrigger::TriggerConnectorInternalImpl 78 return it->second->GetModule(callback); in GetModule()
|
H A D | trigger_connector_internal_validation.cpp | 59 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 D | i_intell_voice_trigger_connector_internal.h | 32 …virtual std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(const std::string &adapterNa…
|
H A D | trigger_connector_internal_impl.h | 32 std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(const std::string &adapterName,
|
H A D | trigger_connector_mgr.cpp | 59 return delegate_->GetModule(adapterName, callback); in GetConnectorModule()
|
H A D | trigger_connector_internal_validation.h | 32 std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(const std::string &adapterName,
|
H A D | trigger_connector.h | 47 std::shared_ptr<IIntellVoiceTriggerConnectorModule> GetModule(
|
H A D | trigger_connector.cpp | 67 std::shared_ptr<IIntellVoiceTriggerConnectorModule> TriggerConnector::GetModule( in GetModule() function in OHOS::IntellVoiceTrigger::TriggerConnector
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_form.cpp | 101 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 D | trigger_helper.cpp | 231 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 D | trigger_helper.h | 98 bool GetModule();
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_form.h | 38 std::string GetModule() const;
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_form_napi.cpp | 38 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 D | system_defined_form_napi.h | 53 static napi_value GetModule(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | parser.h | 40 AutoPtr<ASTModule> GetModule() const in GetModule() function
|
/ohos5.0/foundation/ability/idl_tool/ |
H A D | main.cpp | 64 MetadataBuilder builder(parser.GetModule()); in DoCompile()
|
/ohos5.0/foundation/ability/idl_tool/test/rust/common/ |
H A D | idl_common.h | 63 MetadataBuilder builder(parser.GetModule()); in Ready()
|
/ohos5.0/foundation/ability/idl_tool/test/ts/common/ |
H A D | idl_common.h | 63 MetadataBuilder builder(parser.GetModule()); in Ready()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/ |
H A D | udmf_client_fuzzer.cpp | 374 systemDefinedForm1.GetModule(); in SetDataSystemDefinedFormFuzz()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 710 ASSERT_EQ(systemDefinedForm->GetModule(), "module");
|
H A D | pasteboard_utils_test.cpp | 723 ASSERT_EQ(newForm->GetModule(), module1);
|
H A D | pasteboard_unified_data_test.cpp | 735 ASSERT_EQ(newForm->GetModule(), "module");
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 770 EXPECT_EQ(systemDefinedForm1.GetModule(), systemDefinedForm2->GetModule());
|