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:GROUP_ID
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dsoftbus/core/transmission/common/include/
H
A
D
softbus_message_open_channel.h
28
#define
GROUP_ID
"
GROUP_ID
"
macro
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
distributed_sched_permission_test.cpp
51
const string
GROUP_ID
= "TEST_GROUP_ID";
member
250
std::string groupId =
GROUP_ID
;
in HWTEST_F()
275
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1265
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1289
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1337
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1361
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1386
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1411
std::string groupId =
GROUP_ID
;
in HWTEST_F()
1435
std::string groupId =
GROUP_ID
;
in HWTEST_F()
[all...]
H
A
D
bundle_manager_internal_test.cpp
35
const string
GROUP_ID
= "TEST_GROUP_ID";
member
/foundation/distributedhardware/distributed_input/services/common/include/
H
A
D
dinput_softbus_define.h
46
const std::string
GROUP_ID
= "input_softbus_group_id";
member
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_hichain_adapter.c
33
#define
GROUP_ID
"groupId"
macro
237
if (!GetJsonObjectStringItem(groupItem,
GROUP_ID
, groupId, UDID_BUF_LEN)) {
in HasTrustedRelationWithLocalDevice()
238
AUTH_LOGE(AUTH_HICHAIN, "
GROUP_ID
not found");
in HasTrustedRelationWithLocalDevice()
/foundation/communication/dsoftbus/core/transmission/common/src/
H
A
D
softbus_message_open_channel.c
104
!AddStringToJsonObject(json,
GROUP_ID
, appInfo->groupId) ||
in JsonObjectPackRequestEx()
216
!GetJsonObjectStringItem(msg,
GROUP_ID
, (appInfo->groupId), GROUP_ID_SIZE_MAX) ||
in ParseMessageToAppInfo()
Completed in 8 milliseconds