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:AccountSubscriber
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/player_framework/services/services/player/subscriber/
H
A
D
account_subscriber.h
32
class
AccountSubscriber
: public EventFwk::CommonEventSubscriber,
class
33
public std::enable_shared_from_this<
AccountSubscriber
> {
35
explicit
AccountSubscriber
(const EventFwk::CommonEventSubscribeInfo &subscribeInfo);
36
virtual ~
AccountSubscriber
();
41
static std::shared_ptr<
AccountSubscriber
> GetInstance();
43
AccountSubscriber
() = default;
46
static std::shared_ptr<
AccountSubscriber
> instance_;
H
A
D
account_subscriber.cpp
24
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_PLAYER, "
AccountSubscriber
"};
25
std::shared_ptr<
AccountSubscriber
>
AccountSubscriber
::instance_ = nullptr;
27
std::shared_ptr<
AccountSubscriber
>
AccountSubscriber
::GetInstance()
in GetInstance()
36
instance_ = std::make_shared<
AccountSubscriber
>(subscribeInfo);
in GetInstance()
42
AccountSubscriber
::
AccountSubscriber
(const EventFwk::CommonEventSubscribeInfo &subscribeInfo)
in AccountSubscriber()
function in OHOS::Media::AccountSubscriber
48
AccountSubscriber
::~
AccountSubscriber
()
in ~AccountSubscriber()
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/account_subscriber/
H
A
D
account_subscriber.cpp
45
std::shared_ptr<DataShare::DataShareHelper>
AccountSubscriber
::mediaShare_ = nullptr;
47
AccountSubscriber
::
AccountSubscriber
(const EventFwk::CommonEventSubscribeInfo &subscriberInfo)
in AccountSubscriber()
function in OHOS::StorageManager::AccountSubscriber
51
std::shared_ptr<
AccountSubscriber
> accountSubscriber_ = nullptr;
52
void
AccountSubscriber
::Subscriber(void)
in Subscriber()
60
accountSubscriber_ = std::make_shared<
AccountSubscriber
>(subscribeInfo);
in Subscriber()
87
void
AccountSubscriber
::ResetUserEventRecord(int32_t userId)
in ResetUserEventRecord()
103
void
AccountSubscriber
::OnReceiveEvent(const EventFwk::CommonEventData &eventData)
in OnReceiveEvent()
137
uint32_t
AccountSubscriber
::GetUserStatus(int32_t userId)
in GetUserStatus()
147
uint32_t
AccountSubscriber
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/include/account_subscriber/
H
A
D
account_subscriber.h
36
class
AccountSubscriber
: public EventFwk::CommonEventSubscriber {
class
38
AccountSubscriber
() = default;
39
explicit
AccountSubscriber
(const EventFwk::CommonEventSubscribeInfo &subscriberInfo);
41
virtual ~
AccountSubscriber
() = default;
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H
A
D
dm_account_common_event.h
71
explicit SystemAbilityStatusChangeListener(std::shared_ptr<DmAccountEventSubscriber>
AccountSubscriber
)
in SystemAbilityStatusChangeListener()
argument
72
: changeSubscriber_(
AccountSubscriber
) {}
in SystemAbilityStatusChangeListener()
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server_state.cpp
412
AccountSubscriber
::GetInstance()->RegisterCommonEventReceiver(userId, receiver);
in StateEnter()
418
AccountSubscriber
::GetInstance()->UnregisterCommonEventReceiver(server_.GetUserId(), receiver);
in StateExit()
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H
A
D
storage_manager.cpp
66
AccountSubscriber
::Subscriber();
in OnAddSystemAbility()
73
AccountSubscriber
::ResetUserEventRecord(userId);
in ResetUserEventRecord()
Completed in 4 milliseconds