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:dataGroupIter
(Results
1 - 2
of
2
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
inner_bundle_info.h
1963
for (auto
dataGroupIter
= iter->second.begin();
dataGroupIter
!= iter->second.end();
dataGroupIter
++) {
in RemoveGroupInfos()
1964
if (
dataGroupIter
->userId == userId) {
in RemoveGroupInfos()
1965
iter->second.erase(
dataGroupIter
);
in RemoveGroupInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
7264
auto
dataGroupIter
= std::find_if(std::begin(item.second), std::end(item.second),
in QueryDataGroupInfos()
local
7268
if (
dataGroupIter
!= std::end(item.second)) {
in QueryDataGroupInfos()
7269
infos.push_back(*
dataGroupIter
);
in QueryDataGroupInfos()
7311
auto
dataGroupIter
= std::find_if(std::begin(dataGroupInfosIter->second), std::end(dataGroupInfosIter->second),
in GetGroupDir()
local
7315
if (
dataGroupIter
!= std::end(dataGroupInfosIter->second)) {
in GetGroupDir()
7316
uuid =
dataGroupIter
->uuid;
in GetGroupDir()
7409
auto
dataGroupIter
= std::find_if(std::begin(iter->second), std::end(iter->second),
in IsShareDataGroupId()
local
7413
if (
dataGroupIter
== std::end(iter->second)) {
in IsShareDataGroupId()
7739
auto
dataGroupIter
= std::find_if(std::begin(item.second), std::end(item.second),
in CreateGroupDir()
local
7743
if (
dataGroupIter
!
in CreateGroupDir()
[all...]
Completed in 30 milliseconds