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:myDescriptor
(Results
1 - 20
of
20
) sorted by relevance
/base/startup/init/services/param/watcher/agent/
H
A
D
watcher_stub.cpp
25
std::u16string
myDescriptor
= IWatcher::GetDescriptor();
in OnRemoteRequest()
local
27
WATCHER_CHECK(
myDescriptor
== remoteDescriptor, return -1, "Invalid remoteDescriptor");
in OnRemoteRequest()
/base/telephony/call_manager/services/spam_call/src/
H
A
D
spam_call_stub.cpp
35
std::u16string
myDescriptor
= SpamCallStub::GetDescriptor();
in OnRemoteRequest()
local
37
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
H
A
D
spam_call_proxy.cpp
37
std::u16string
myDescriptor
= SpamCallProxy::GetDescriptor();
in DetectSpamCall()
local
38
if (!dataParcel.WriteInterfaceToken(
myDescriptor
)) {
in DetectSpamCall()
/base/theme/wallpaper_mgr/frameworks/native/src/
H
A
D
wallpaper_service_cb_stub.cpp
29
std::u16string
myDescriptor
= WallpaperServiceCbStub::GetDescriptor();
in OnRemoteRequest()
local
31
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/startup/init/services/param/watcher/proxy/
H
A
D
watcher_manager_stub.cpp
29
std::u16string
myDescriptor
= IWatcherManager::GetDescriptor();
in OnRemoteRequest()
local
31
WATCHER_CHECK(
myDescriptor
== remoteDescriptor, return -1, "Invalid remoteDescriptor %u", code);
in OnRemoteRequest()
/base/startup/init/device_info/
H
A
D
device_info_stub.cpp
75
std::u16string
myDescriptor
= IDeviceInfo::GetDescriptor();
in OnRemoteRequest()
local
77
DINFO_CHECK(
myDescriptor
== remoteDescriptor, return ERR_FAIL, "Invalid remoteDescriptor");
in OnRemoteRequest()
/base/telephony/core_service/services/ims_service_interaction/src/
H
A
D
ims_core_service_callback_stub.cpp
50
std::u16string
myDescriptor
= ImsCoreServiceCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
52
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/core_service/frameworks/native/src/
H
A
D
i_network_search_callback_stub.cpp
149
std::u16string
myDescriptor
= INetworkSearchCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
151
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/core_service/services/satellite_service_interaction/src/
H
A
D
satellite_core_callback_stub.cpp
52
std::u16string
myDescriptor
= SatelliteCoreCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
54
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H
A
D
satellite_sms_callback_stub.cpp
49
std::u16string
myDescriptor
= SatelliteSmsCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
51
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H
A
D
ims_sms_callback_stub.cpp
55
std::u16string
myDescriptor
= ImsSmsCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
57
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/call_manager/services/bluetooth/src/
H
A
D
bluetooth_call_stub.cpp
69
std::u16string
myDescriptor
= BluetoothCallStub::GetDescriptor();
in OnRemoteRequest()
local
71
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H
A
D
satellite_call_callback_stub.cpp
68
std::u16string
myDescriptor
= SatelliteCallCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
70
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
call_ability_callback_stub.cpp
66
std::u16string
myDescriptor
= CallAbilityCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
68
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_service_stub.cpp
42
std::u16string
myDescriptor
= CellularDataServiceStub::GetDescriptor();
in OnRemoteRequest()
local
45
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service_stub.cpp
87
std::u16string
myDescriptor
= WallpaperServiceStub::GetDescriptor();
in OnRemoteRequest()
local
89
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
call_status_callback_stub.cpp
128
std::u16string
myDescriptor
= CallStatusCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
130
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_stub.cpp
36
std::u16string
myDescriptor
= CellularCallStub::GetDescriptor();
in OnRemoteRequest()
local
38
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_callback_stub.cpp
155
std::u16string
myDescriptor
= ImsCallCallbackStub::GetDescriptor();
in OnRemoteRequest()
local
157
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
/base/telephony/call_manager/services/call_manager_service/src/
H
A
D
call_manager_service_stub.cpp
279
std::u16string
myDescriptor
= CallManagerServiceStub::GetDescriptor();
in OnRemoteRequest()
local
281
if (
myDescriptor
!= remoteDescriptor) {
in OnRemoteRequest()
Completed in 17 milliseconds