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:UserDelegate
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
user_delegate.cpp
16
#define LOG_TAG "
UserDelegate
"
36
std::vector<UserStatus>
UserDelegate
::GetLocalUserStatus()
in GetLocalUserStatus()
47
std::set<std::string>
UserDelegate
::GetLocalUsers()
in GetLocalUsers()
71
std::vector<DistributedData::UserStatus>
UserDelegate
::GetRemoteUserStatus(const std::string &deviceId)
in GetRemoteUserStatus()
80
std::vector<UserStatus>
UserDelegate
::GetUsers(const std::string &deviceId)
in GetUsers()
102
void
UserDelegate
::DeleteUsers(const std::string &deviceId)
in DeleteUsers()
107
void
UserDelegate
::UpdateUsers(const std::string &deviceId, const std::vector<UserStatus> &userStatus)
in UpdateUsers()
120
bool
UserDelegate
::InitLocalUserMeta()
in InitLocalUserMeta()
145
UserDelegate
&
UserDelegate
[all...]
H
A
D
user_delegate.h
31
class
UserDelegate
{
class
37
API_EXPORT static
UserDelegate
&GetInstance();
50
explicit LocalUserObserver(
UserDelegate
&userDelegate);
59
UserDelegate
&userDelegate_;
H
A
D
auth_delegate.cpp
49
auto localUsers =
UserDelegate
::GetInstance().GetLocalUserStatus();
in CheckUsers()
50
auto peerUsers =
UserDelegate
::GetInstance().GetRemoteUserStatus(peerDeviceId);
in CheckUsers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
session_manager.cpp
47
auto users =
UserDelegate
::GetInstance().GetRemoteUserStatus(targetDeviceId);
in GetSession()
49
if (from.userId ==
UserDelegate
::SYSTEM_USER) {
in GetSession()
57
session.targetUserIds.push_back(
UserDelegate
::SYSTEM_USER);
in GetSession()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H
A
D
permit_delegate.cpp
76
std::set<std::string> activeUsers =
UserDelegate
::GetInstance().GetLocalUsers();
in SyncActivate()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
kvdb_service_test.cpp
382
* @tc.name:
UserDelegate
383
* @tc.desc:
UserDelegate
test the return result of input with different values.
387
HWTEST_F(UserDelegateTest,
UserDelegate
, TestSize.Level0)
in HWTEST_F()
389
std::shared_ptr<
UserDelegate
> userDelegate = std::make_shared<
UserDelegate
>();
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_data_service.cpp
361
UserDelegate
::GetInstance().Init(executors_);
in StartService()
Completed in 5 milliseconds