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:DMS_VERSION_ID
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_proxy.cpp
40
const std::string
DMS_VERSION_ID
= "dmsVersion";
member
95
if (callerInfo.extraInfoJson.find(
DMS_VERSION_ID
) != callerInfo.extraInfoJson.end()) {
in StartAbilityFromRemote()
96
extraInfoJson[
DMS_VERSION_ID
] = callerInfo.extraInfoJson[
DMS_VERSION_ID
];
in StartAbilityFromRemote()
354
if (callerInfo.extraInfoJson.find(
DMS_VERSION_ID
) != callerInfo.extraInfoJson.end()) {
in ConnectAbilityFromRemote()
355
extraInfoJson[
DMS_VERSION_ID
] = callerInfo.extraInfoJson[
DMS_VERSION_ID
];
in ConnectAbilityFromRemote()
838
if (callerInfo.extraInfoJson.find(
DMS_VERSION_ID
) != callerInfo.extraInfoJson.end()) {
in StartAbilityByCallFromRemote()
839
extraInfoJson[
DMS_VERSION_ID
] = callerInfo.extraInfoJson[
DMS_VERSION_ID
];
in StartAbilityByCallFromRemote()
[all...]
H
A
D
distributed_sched_permission.cpp
48
const std::string
DMS_VERSION_ID
= "dmsVersion";
member
614
callerInfo.extraInfoJson.find(
DMS_VERSION_ID
) == callerInfo.extraInfoJson.end()) {
in CheckBackgroundPermission()
H
A
D
distributed_sched_stub.cpp
69
const std::string
DMS_VERSION_ID
= "dmsVersion";
member
429
if (extraInfoJson.find(
DMS_VERSION_ID
) != extraInfoJson.end() && extraInfoJson[
DMS_VERSION_ID
].is_string()) {
in SaveExtraInfo()
430
std::string dmsVersion = extraInfoJson[
DMS_VERSION_ID
];
in SaveExtraInfo()
431
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = dmsVersion;
in SaveExtraInfo()
H
A
D
distributed_sched_service.cpp
105
const std::string
DMS_VERSION_ID
= "dmsVersion";
member
710
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in GetCallerInfo()
1630
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in ConnectRemoteAbility()
1991
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in StartRemoteAbilityByCall()
3129
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in SetCallerInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
distributed_sched_permission_test.cpp
60
const string
DMS_VERSION_ID
= "dmsVersion";
member
682
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
702
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
722
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
742
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
762
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
783
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
842
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
H
A
D
distributed_sched_stub_test.cpp
43
const std::string
DMS_VERSION_ID
= "dmsVersion";
member
723
std::string info(
DMS_VERSION_ID
);
in HWTEST_F()
2152
extraInfoJson[
DMS_VERSION_ID
] = "4";
in HWTEST_F()
2157
extraInfoJson[
DMS_VERSION_ID
] = 4;
in HWTEST_F()
H
A
D
distributed_sched_service_first_test.cpp
66
const string
DMS_VERSION_ID
= "dmsVersion";
member
1463
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
1497
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
H
A
D
distributed_sched_continuation_test.cpp
40
const string
DMS_VERSION_ID
= "dmsVersion";
member
1303
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H
A
D
dsched_continue_event.cpp
30
const char*
DMS_VERSION_ID
= "dmsVersion";
member
552
cJSON *dmsVersion = cJSON_GetObjectItemCaseSensitive(extraInfoValue,
DMS_VERSION_ID
);
in UnmarshalCallerInfoExtra()
554
callerInfo_.extraInfoJson[
DMS_VERSION_ID
] = dmsVersion->valuestring;
in UnmarshalCallerInfoExtra()
H
A
D
dsched_continue.cpp
56
const std::string
DMS_VERSION_ID
= "dmsVersion";
member
790
callerInfo.extraInfoJson[
DMS_VERSION_ID
] = DMS_VERSION;
in ExecuteContinueSend()
Completed in 30 milliseconds