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:AccountStatus
(Results
1 - 12
of
12
) sorted by relevance
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H
A
D
account_status_listener.cpp
55
AccountStatus
::SetAccountState(
AccountStatus
::AccountState::ACCOUNT_LOGIN);
in OnReceiveEvent()
58
AccountStatus
::SetAccountState(
AccountStatus
::AccountState::ACCOUNT_LOGOUT);
in OnReceiveEvent()
61
AccountStatus
::GetAccountState() ==
AccountStatus
::AccountState::ACCOUNT_LOGIN) {
in OnReceiveEvent()
H
A
D
account_status.cpp
20
bool
AccountStatus
::IsNeedCleanCache()
in IsNeedCleanCache()
30
void
AccountStatus
::SetAccountState(AccountState accountState)
in SetAccountState()
36
AccountStatus
::AccountState
AccountStatus
::GetAccountState()
in GetAccountState()
H
A
D
file_operations_cloud.cpp
308
if (
AccountStatus
::IsNeedCleanCache()) {
in GetDatabase()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H
A
D
account_status.h
22
class
AccountStatus
{
class
30
static
AccountStatus
::AccountState GetAccountState();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H
A
D
account_delegate_impl.cpp
38
accountEventInfo.status =
AccountStatus
::DEVICE_ACCOUNT_DELETE;
in OnReceiveEvent()
41
accountEventInfo.status =
AccountStatus
::DEVICE_ACCOUNT_SWITCHED;
in OnReceiveEvent()
44
accountEventInfo.status =
AccountStatus
::DEVICE_ACCOUNT_UNLOCKED;
in OnReceiveEvent()
H
A
D
account_delegate_normal_impl.cpp
128
case static_cast<uint32_t>(
AccountStatus
::DEVICE_ACCOUNT_DELETE):
in UpdateUserStatus()
131
case static_cast<uint32_t>(
AccountStatus
::DEVICE_ACCOUNT_UNLOCKED):
in UpdateUserStatus()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/
H
A
D
account_delegate.h
28
enum class
AccountStatus
{
class
40
AccountStatus
status;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
store_account_observer.cpp
32
if (eventInfo.status == DistributedKv::
AccountStatus
::DEVICE_ACCOUNT_DELETE) {
in OnAccountChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_service_impl.cpp
181
if (code == static_cast<uint32_t>(DistributedKv::
AccountStatus
::DEVICE_ACCOUNT_SWITCHED)) {
in OnUserChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.cpp
670
case static_cast<uint32_t>(
AccountStatus
::DEVICE_ACCOUNT_SWITCHED):
in OnUserChange()
673
case static_cast<uint32_t>(
AccountStatus
::DEVICE_ACCOUNT_DELETE):
in OnUserChange()
676
case static_cast<uint32_t>(
AccountStatus
::DEVICE_ACCOUNT_UNLOCKED):
in OnUserChange()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H
A
D
file_operations_cloud_mock.cpp
197
if (
AccountStatus
::IsNeedCleanCache()) {
in GetDatabase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_data_service.cpp
679
case
AccountStatus
::DEVICE_ACCOUNT_DELETE: {
in AccountEventChanged()
703
case
AccountStatus
::DEVICE_ACCOUNT_SWITCHED: {
in AccountEventChanged()
Completed in 12 milliseconds