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:good
(Results
1 - 22
of
22
) sorted by relevance
/base/hiviewdfx/hiview/core/param_update/src/
H
A
D
param_reader.cpp
47
if (!file.
good
()) {
in VerifyCertFile()
48
HIVIEW_LOGE("Verify is not
good
");
in VerifyCertFile()
77
if (!file.
good
()) {
in VerifyParamFile()
78
HIVIEW_LOGE("manifestFile is not
good
");
in VerifyParamFile()
83
if (!paramFile.
good
()) {
in VerifyParamFile()
84
HIVIEW_LOGE("paramFile is not
good
");
in VerifyParamFile()
/base/global/i18n/frameworks/intl/src/
H
A
D
signature_verifier.cpp
94
if (!file.
good
()) {
in VerifyCertFile()
122
if (!file.
good
()) {
in VerifyParamFile()
279
if (!file.
good
()) {
in GetFileStream()
H
A
D
utils.cpp
150
if (!file.
good
()) {
in CheckTzDataFilePath()
329
if (!file.
good
()) {
in GetTimeZoneAvailableIDs()
H
A
D
holiday_manager.cpp
151
if (!file.
good
()) {
in ValidateHolidayFilePath()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H
A
D
faultlog_util.cpp
216
if (!logFile.
good
()) {
in GetThreadStack()
226
if (!logFile.
good
()) {
in GetThreadStack()
/base/hiviewdfx/hiview/base/utility/
H
A
D
file_util.cpp
350
while (fin.
good
() && fin.peek() == fin.widen('\n') && fin.tellg() > 0 && count < maxLen) {
in GetLastLine()
354
if (!fin.
good
() || count >= maxLen) {
in GetLastLine()
361
while (fin.
good
() && fin.peek() != fin.widen('\n') && fin.tellg() > 0 && count < maxLen) {
in GetLastLine()
365
if (!fin.
good
() || count >= maxLen) {
in GetLastLine()
/base/time/time_service/services/time/src/
H
A
D
time_zone_info.cpp
96
if (!file.
good
()) {
in GetTimeZoneAvailableIDs()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
faultlog_formatter.cpp
193
if (!logFile.
good
()) {
in WriteStackTraceFromLog()
300
if (!logFile.
good
()) {
in ParseFaultLogInfoFromFile()
335
if (!logFile.
good
()) {
in WriteLogToFile()
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H
A
D
bundle_event_source_example.cpp
63
if (!file.
good
()) {
in CreateWatchFile()
/base/hiviewdfx/hiview/base/
H
A
D
audit.cpp
173
if (logFile.
good
()) {
in ReadLogFromFile()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H
A
D
event_source_example.cpp
67
if (!file.
good
()) {
in CreateWatchFile()
/base/update/updateservice/services/core/ability/utils/src/
H
A
D
file_utils.cpp
51
return f.
good
();
in IsFileExist()
/base/powermgr/battery_manager/frameworks/napi/src/
H
A
D
battery_info.cpp
303
napi_value
good
= nullptr;
in CreateEnumHealthState()
local
310
napi_create_int32(env, (int32_t)BatteryHealthState::HEALTH_STATE_GOOD, &
good
);
in CreateEnumHealthState()
318
DECLARE_NAPI_STATIC_PROPERTY("GOOD",
good
),
in CreateEnumHealthState()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
hap_resource.cpp
89
if (!inFile.
good
()) {
in LoadFromIndex()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H
A
D
feature_analysis.cpp
61
if (!LogUtil::ReadFileBuff(featureSet_.fullPath, buffer) || !buffer.
good
() || buffer.eof()) {
in Extract()
/base/telephony/core_service/services/sim/src/
H
A
D
operator_config_cache.cpp
339
return !f.
good
();
in IsNeedOperatorLoad()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
hap_resource.cpp
105
if (!inFile.
good
()) {
in LoadFromIndex()
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H
A
D
aes_common.cpp
96
if (file.
good
()) {
in GeneratorFile()
/base/notification/common_event_service/services/src/
H
A
D
inner_common_event_manager.cpp
90
if (!file.
good
()) {
in GetJsonFromFile()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H
A
D
resource_manager_performance_test.cpp
161
if (!inFile.
good
()) {
in TestLoadFromIndex()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H
A
D
resource_manager_performance_test.cpp
122
if (!inFile.
good
()) {
in TestLoadFromIndex()
/base/print/print_fwk/test/unittest/service_test/
H
A
D
print_system_data_test.cpp
65
EXPECT_EQ(systemData->Init(), f.
good
());
in HWTEST_F()
Completed in 18 milliseconds