Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IDbOperate
(Results
1 - 12
of
12
) sorted by relevance
/base/security/security_guard/services/risk_classify/model_manager/src/
H
A
D
model_manager_impl.cpp
23
std::shared_ptr<
IDbOperate
> ModelManagerImpl::GetDbOperate(std::string table)
in GetDbOperate()
25
std::shared_ptr<
IDbOperate
> operate = nullptr;
in GetDbOperate()
/base/security/security_guard/test/unittest/risk_classify/include/
H
A
D
i_db_operate.h
23
class
IDbOperate
{
class
25
virtual ~
IDbOperate
() = default;
H
A
D
i_model_manager.h
31
virtual std::shared_ptr<
IDbOperate
> GetDbOperate(std::string table) = 0;
/base/security/security_guard/test/unittest/model_manager/include/
H
A
D
i_db_operate.h
23
class
IDbOperate
{
class
25
virtual ~
IDbOperate
() = default;
H
A
D
i_model_manager.h
31
virtual std::shared_ptr<
IDbOperate
> GetDbOperate(std::string table) = 0;
H
A
D
model_manager_impl.h
30
std::shared_ptr<
IDbOperate
> GetDbOperate(std::string table) override;
H
A
D
db_operate.h
23
class DbOperate : public
IDbOperate
{
/base/security/security_guard/interfaces/inner_api/classify/include/
H
A
D
i_db_operate.h
23
class
IDbOperate
{
class
25
virtual ~
IDbOperate
() = default;
H
A
D
i_model_manager.h
31
virtual std::shared_ptr<
IDbOperate
> GetDbOperate(std::string table) = 0;
/base/security/security_guard/services/risk_classify/model_manager/include/
H
A
D
model_manager_impl.h
30
std::shared_ptr<
IDbOperate
> GetDbOperate(std::string table) override;
H
A
D
db_operate.h
23
class DbOperate : public
IDbOperate
{
/base/security/security_guard/test/unittest/model_manager/src/
H
A
D
security_guard_model_manager_test.cpp
71
MOCK_METHOD1(GetDbOperate, std::shared_ptr<
IDbOperate
>(std::string));
76
class MockDbOperate : public
IDbOperate
{
102
std::shared_ptr<
IDbOperate
> oper = impl->GetDbOperate("risk_event");
in HWTEST_F()
Completed in 3 milliseconds