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:GetBriefFileName
(Results
1 - 8
of
8
) sorted by relevance
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H
A
D
account_log_test.cpp
84
* @tc.steps: step2. Call the
GetBriefFileName
method to split the string
in HWTEST_F()
87
std::string result = AccountLogWrapper::
GetBriefFileName
(fileName);
in HWTEST_F()
100
std::string result = AccountLogWrapper::
GetBriefFileName
(fileName);
in HWTEST_F()
103
result = AccountLogWrapper::
GetBriefFileName
(fileName);
in HWTEST_F()
122
* @tc.steps: step2. Call the
GetBriefFileName
method to split the string
in HWTEST_F()
125
std::string result = AccountLogWrapper::
GetBriefFileName
(fileName);
in HWTEST_F()
/base/update/updateservice/foundations/ability/log/src/test/unittest/src/
H
A
D
update_log_test.cpp
76
ASSERT_EQ("test.cpp", log.
GetBriefFileName
("test.cpp"));
in HWTEST_F()
77
ASSERT_EQ("test.cpp", log.
GetBriefFileName
("log/test.cpp"));
in HWTEST_F()
78
ASSERT_EQ("test.cpp", log.
GetBriefFileName
("log\\test.cpp"));
in HWTEST_F()
/base/update/updateservice/foundations/ability/log/src/
H
A
D
update_log.cpp
43
std::string UpdateLog::
GetBriefFileName
(const std::string &file)
in GetBriefFileName()
function in OHOS::UpdateEngine::UpdateLog
84
UpdateLog::
GetBriefFileName
(logContent.fileName).c_str(), logContent.line, logContent.args.c_str());
in PrintSingleLine()
88
UpdateLog::
GetBriefFileName
(logContent.fileName).c_str(), logContent.line, logContent.args.c_str());
in PrintSingleLine()
92
UpdateLog::
GetBriefFileName
(logContent.fileName).c_str(), logContent.line, logContent.args.c_str());
in PrintSingleLine()
/base/account/os_account/frameworks/common/log/src/
H
A
D
account_log_wrapper.cpp
28
std::string AccountLogWrapper::
GetBriefFileName
(const std::string &file)
in GetBriefFileName()
function in OHOS::AccountSA::AccountLogWrapper
/base/telephony/telephony_data/common/src/
H
A
D
data_storage_log_wrapper.cpp
34
std::string DataStorageLogWrapper::
GetBriefFileName
(const std::string &file)
in GetBriefFileName()
function in OHOS::Telephony::DataStorageLogWrapper
/base/account/os_account/frameworks/common/log/include/
H
A
D
account_log_wrapper.h
47
static std::string
GetBriefFileName
(const std::string &file);
/base/telephony/telephony_data/common/include/
H
A
D
data_storage_log_wrapper.h
47
static std::string
GetBriefFileName
(const std::string &file);
/base/update/updateservice/foundations/ability/log/include/
H
A
D
update_log.h
85
static std::string
GetBriefFileName
(const std::string &file);
Completed in 4 milliseconds