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:UserItem
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
user_controller.h
40
class
UserItem
{
class
42
explicit
UserItem
(int32_t id);
43
virtual ~
UserItem
();
60
std::shared_ptr<
UserItem
> userItem;
97
std::shared_ptr<
UserItem
> GetUserItem(int32_t userId);
110
std::shared_ptr<
UserItem
> GetOrCreateUserItem(int32_t userId);
115
void UserBootDone(std::shared_ptr<
UserItem
> &item);
124
std::shared_ptr<
UserItem
> &usrItem);
126
std::shared_ptr<
UserItem
> &usrItem);
128
std::shared_ptr<
UserItem
>
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
user_controller.cpp
31
UserItem
::
UserItem
(int32_t id) : userId_(id)
in UserItem()
function in OHOS::AAFwk::UserItem
34
UserItem
::~
UserItem
() {}
in ~UserItem()
36
int32_t
UserItem
::GetUserId()
in GetUserId()
41
void
UserItem
::SetState(const UserState &state)
in SetState()
50
UserState
UserItem
::GetState()
in GetState()
236
std::shared_ptr<
UserItem
> UserController::GetUserItem(int32_t userId)
in GetUserItem()
267
std::shared_ptr<
UserItem
> UserController::GetOrCreateUserItem(int32_t userId)
in GetOrCreateUserItem()
275
auto userItem = std::make_shared<
UserItem
>(userI
in GetOrCreateUserItem()
[all...]
/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H
A
D
user_controller_test.cpp
75
UserItem
item(100);
in HWTEST_F()
208
auto userItem = std::make_shared<
UserItem
>(1000);
in HWTEST_F()
239
auto userItem = std::make_shared<
UserItem
>(1000);
in HWTEST_F()
256
auto userItem = std::make_shared<
UserItem
>(1000);
in HWTEST_F()
273
auto userItem = std::make_shared<
UserItem
>(1000);
in HWTEST_F()
Completed in 2 milliseconds