Searched refs:pluginPtr (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/services/cred_manager/src/ |
H A D | cred_manager.c | 32 CredPlugin **pluginPtr; in ProcCred() local 33 FOR_EACH_HC_VECTOR(g_credPluginVec, index, pluginPtr) { in ProcCred() 34 if ((*pluginPtr)->pluginName == pluginName) { in ProcCred() 61 CredPlugin **pluginPtr; in DestroyCredMgr() local 62 FOR_EACH_HC_VECTOR(g_credPluginVec, index, pluginPtr) { in DestroyCredMgr() 63 (*pluginPtr)->destroy(); in DestroyCredMgr() 82 CredPlugin **pluginPtr; in AddCredPlugin() local 83 FOR_EACH_HC_VECTOR(g_credPluginVec, index, pluginPtr) { in AddCredPlugin() 106 CredPlugin **pluginPtr; in DelCredPlugin() local 108 if ((*pluginPtr)->pluginName == pluginName) { in DelCredPlugin() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 56 if (auto pluginPtr = plugin.lock()) { in OnContinue() local 57 if (!pluginPtr->CanProcessMoreEvents()) { in OnContinue() 65 pluginPtr->GetHandlerInfo()); in OnContinue() 68 if (!pluginPtr->IsInterestedPipelineEvent(shared_from_this())) { in OnContinue() 75 if (auto workLoop = pluginPtr->GetWorkLoop()) { in OnContinue() 76 workLoop->AddEvent(pluginPtr, shared_from_this()); in OnContinue() 78 pluginPtr->OnEventProxy(shared_from_this()); in OnContinue() 132 if (auto pluginPtr = plugin.lock()) { in FillPipelineInfo() local 133 if (pluginPtr->GetName() == caller->GetName()) { in FillPipelineInfo() 151 if (auto pluginPtr = plugin.lock()) { in CanProcessEvent() local [all …]
|
/ohos5.0/base/security/device_auth/services/frameworks/src/module/ |
H A D | dev_auth_module_manager.c | 307 AuthModuleBase **pluginPtr; in AddAuthModulePlugin() local 308 FOR_EACH_HC_VECTOR(g_authModuleVec, index, pluginPtr) { in AddAuthModulePlugin() 309 if ((*pluginPtr)->moduleType == plugin->moduleType) { in AddAuthModulePlugin() 321 HC_VECTOR_POPELEMENT(&g_authModuleVec, pluginPtr, index); in AddAuthModulePlugin() 331 AuthModuleBase **pluginPtr; in DelAuthModulePlugin() local 332 FOR_EACH_HC_VECTOR(g_authModuleVec, index, pluginPtr) { in DelAuthModulePlugin() 333 if ((*pluginPtr)->moduleType == moduleType) { in DelAuthModulePlugin() 335 (*pluginPtr)->destroy(); in DelAuthModulePlugin() 336 HC_VECTOR_POPELEMENT(&g_authModuleVec, pluginPtr, index); in DelAuthModulePlugin()
|
/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/source/ |
H A D | plugin_manager.cpp | 82 auto pluginPtr = std::make_shared<Plugin>(Plugin(aid, version)); in LoadPlugin() local 83 if (pluginPtr == nullptr) { in LoadPlugin() 87 int ret = pluginPtr->LoadPluginAlgorithm(); in LoadPlugin() 93 AddPlugin(pluginKey, pluginPtr); in LoadPlugin() 94 plugin = pluginPtr; in LoadPlugin()
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | plugin_test.cpp | 142 std::weak_ptr<Plugin> pluginPtr; variable 143 context.AddDispatchInfo(pluginPtr, {}, {}, {}, {});
|
/ohos5.0/base/hiviewdfx/hiview/service/ |
H A D | hiview_service.cpp | 99 auto const &pluginPtr = entry.second; in DumpPluginInfo() local 100 if (pluginPtr == nullptr) { in DumpPluginInfo() 105 pluginPtr->Dump(fd, newCmd); in DumpPluginInfo() 109 if (pluginPtr->GetName() == pluginName) { in DumpPluginInfo() 110 pluginPtr->Dump(fd, newCmd); in DumpPluginInfo()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | audio_base_codec_ext.h | 38 typedef int32_t OpusPluginClassCreateFun(OHOS::MediaAVCodec::AudioBaseCodecExt **pluginPtr); typedef
|