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:interfaceToken
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H
A
D
rs_render_service_stub.cpp
49
auto
interfaceToken
= data.ReadInterfaceToken();
in OnRemoteRequest()
local
50
if (
interfaceToken
!= RSIRenderService::GetDescriptor()) {
in OnRemoteRequest()
/foundation/ability/form_fwk/test/mock/src/
H
A
D
mock_distributed_sched.cpp
60
u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterfaceToken()
local
61
return
interfaceToken
== DMS_STUB_INTERFACE_TOKEN;
in EnforceInterfaceToken()
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H
A
D
system_ability_status_change_stub.cpp
101
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterceToken()
local
102
return
interfaceToken
== GetDescriptor();
in EnforceInterceToken()
H
A
D
system_process_status_change_stub.cpp
81
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterceToken()
local
82
return
interfaceToken
== GetDescriptor();
in EnforceInterceToken()
H
A
D
system_ability_load_callback_stub.cpp
126
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterceToken()
local
127
return
interfaceToken
== GetDescriptor();
in EnforceInterceToken()
/foundation/arkui/ui_appearance/services/src/
H
A
D
ui_appearance_ability_stub.cpp
28
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in OnRemoteRequest()
local
29
if (
interfaceToken
!= GetDescriptor()) {
in OnRemoteRequest()
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast.h
227
inline void SetInterfaceToken(std::string &
interfaceToken
)
in SetInterfaceToken()
argument
229
interfaceToken_ =
interfaceToken
;
in SetInterfaceToken()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_app_gallery/
H
A
D
app_gallery_dispose_proxy.cpp
135
const auto
interfaceToken
= APP_FOUNDATION_SERVICE;
in DoDispose()
local
136
if (!data.WriteInterfaceToken(
interfaceToken
)) {
in DoDispose()
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H
A
D
distributed_ability_manager_stub.cpp
88
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterfaceToken()
local
89
return
interfaceToken
== IDistributedAbilityManager::GetDescriptor();
in EnforceInterfaceToken()
/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H
A
D
ecologic_rule_mgr_service_stub.cpp
229
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterceToken()
local
230
return
interfaceToken
== ERMS_INTERFACE_TOKEN;
in EnforceInterceToken()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
local_ability_manager_stub.cpp
308
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterceToken()
local
309
return
interfaceToken
== LOCAL_ABILITY_MANAGER_INTERFACE_TOKEN;
in EnforceInterceToken()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
system_ability_manager_stub.cpp
190
HILOGE("SAMStub::OnReceived, code = %{public}u, check
interfaceToken
failed", code);
in OnRemoteRequest()
203
std::u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterceToken()
local
204
return
interfaceToken
== SAMANAGER_INTERFACE_TOKEN;
in EnforceInterceToken()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.cpp
229
std::string
interfaceToken
= token.value;
in ParseInterfaceToken()
local
240
if (
interfaceToken
.empty()) {
in ParseInterfaceToken()
245
ast_->SetInterfaceToken(
interfaceToken
);
in ParseInterfaceToken()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_stub.cpp
914
u16string
interfaceToken
= data.ReadInterfaceToken();
in EnforceInterfaceToken()
local
915
return
interfaceToken
== DMS_STUB_INTERFACE_TOKEN;
in EnforceInterfaceToken()
Completed in 12 milliseconds