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:privacy
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
call_superprivacy_control_manager.cpp
122
int32_t
privacy
= SuperPrivacyManagerClient::GetInstance().
in CloseSuperPrivacyMode()
local
124
TELEPHONY_LOGE("CloseSuperPrivacyMode
privacy
:%{public}d",
privacy
);
in CloseSuperPrivacyMode()
125
return
privacy
;
in CloseSuperPrivacyMode()
131
int32_t
privacy
= CloseSuperPrivacyMode();
in CloseCallSuperPrivacyMode()
local
132
TELEPHONY_LOGE("CloseCallSuperPrivacyMode
privacy
:%{public}d",
privacy
);
in CloseCallSuperPrivacyMode()
133
if (
privacy
== SUPER_PRIVACY_MODE_REQUEST_SUCCESS) {
in CloseCallSuperPrivacyMode()
149
int32_t
privacy
= CloseSuperPrivacyMode();
in CloseAnswerSuperPrivacyMode()
local
150
TELEPHONY_LOGE("CloseAnswerSuperPrivacyMode
privacy
in CloseAnswerSuperPrivacyMode()
169
int32_t
privacy
= SuperPrivacyManagerClient::GetInstance().SetSuperPrivacyMode(oldPrivpacy, SOURCE_CALL);
RestoreSuperPrivacyMode()
local
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
event_json_parser.cpp
34
constexpr char PRIVACY[] = "
privacy
";
160
int
privacy
= baseJsonInfo[PRIVACY].asInt();
in ParseBaseConfig()
local
161
baseInfo.
privacy
=
privacy
> 0 ? static_cast<uint8_t>(
privacy
) : baseInfo.
privacy
;
in ParseBaseConfig()
H
A
D
sysevent_source.cpp
347
event->SetPrivacy(baseInfo.
privacy
);
in DecorateSysEvent()
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H
A
D
event_json_parser_test.cpp
62
ASSERT_EQ(configBaseInfo.
privacy
, TEST_PRIVACY);
in HWTEST_F()
69
ASSERT_EQ(configBaseInfo.
privacy
, DEFAULT_PRIVACY);
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H
A
D
event_json_parser.h
37
uint8_t
privacy
= DEFAULT_PRIVACY;
member
/base/hiviewdfx/hiview/base/include/
H
A
D
sys_event.h
87
void SetPrivacy(uint8_t
privacy
);
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_teleservice_message.cpp
159
parameter_.push_back(std::make_unique<CdmaSmsPrivacyInd>(msg.
privacy
));
in CdmaSmsSubmitMessage()
235
parameter_.push_back(std::make_unique<CdmaSmsPrivacyInd>(msg.
privacy
));
in PushParameter()
H
A
D
cdma_sms_message.cpp
121
transMsg->data.p2p.telesvcMsg.data.submit.
privacy
= SmsPrivacyIndicator::NOT_RESTRICTED;
in GreateTransMsg()
H
A
D
cdma_sms_sub_parameter.cpp
254
CdmaSmsPrivacyInd::CdmaSmsPrivacyInd(SmsPrivacyIndicator &
privacy
) : privacy_(
privacy
)
in CdmaSmsPrivacyInd()
argument
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_common.h
338
SmsPrivacyIndicator
privacy
;
member
357
SmsPrivacyIndicator
privacy
;
member
H
A
D
cdma_sms_sub_parameter.h
122
explicit CdmaSmsPrivacyInd(SmsPrivacyIndicator &
privacy
);
/base/hiviewdfx/hiview/base/
H
A
D
sys_event.cpp
279
void SysEvent::SetPrivacy(uint8_t
privacy
)
in SetPrivacy()
argument
281
privacy_ =
privacy
;
in SetPrivacy()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch6_test.cpp
768
int32_t
privacy
= SuperPrivacyManagerClient::GetInstance().
in HWTEST_F()
local
771
ASSERT_EQ(
privacy
, 22);
in HWTEST_F()
773
ASSERT_EQ(
privacy
, 0);
in HWTEST_F()
/base/telephony/sms_mms/test/gtest/
H
A
D
cdma_sms_gtest.cpp
499
EXPECT_EQ(v.data.submit.
privacy
, SmsPrivacyIndicator::CONFIDENTIAL);
in HWTEST_F()
Completed in 13 milliseconds