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:GetAppMgr
(Results
1 - 7
of
7
) sorted by relevance
/base/msdp/device_status/intention/ipc/socket/include/
H
A
D
socket_session_manager.h
73
sptr<AppExecFwk::IAppMgr>
GetAppMgr
();
/base/msdp/device_status/intention/ipc/socket/src/
H
A
D
socket_session_manager.cpp
69
auto appMgr =
GetAppMgr
();
in RegisterApplicationState()
258
sptr<AppExecFwk::IAppMgr> SocketSessionManager::
GetAppMgr
()
in GetAppMgr()
function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/base/msdp/device_status/intention/cooperate/plugin/include/
H
A
D
state_machine.h
89
sptr<AppExecFwk::IAppMgr>
GetAppMgr
();
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
state_machine.cpp
491
sptr<AppExecFwk::IAppMgr> StateMachine::
GetAppMgr
()
in GetAppMgr()
function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
508
auto appMgr =
GetAppMgr
();
in RegisterApplicationStateObserver()
524
auto appMgr =
GetAppMgr
();
in UnregisterApplicationStateObserver()
/base/customization/enterprise_device_management/services/edm/include/
H
A
D
enterprise_device_mgr_ability.h
134
std::shared_ptr<IEdmAppManager>
GetAppMgr
();
/base/msdp/device_status/test/unittest/intention/ipc/src/
H
A
D
socket_session_test.cpp
404
g_socketSessionManager->
GetAppMgr
();
in HWTEST_F()
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
enterprise_device_mgr_ability.cpp
727
std::shared_ptr<IEdmAppManager> EnterpriseDeviceMgrAbility::
GetAppMgr
()
in GetAppMgr()
function in OHOS::EDM::EnterpriseDeviceMgrAbility
748
if (
GetAppMgr
()->RegisterApplicationStateObserver(appStateObserver_)) {
in SubscribeAppState()
769
if (
GetAppMgr
()->UnregisterApplicationStateObserver(appStateObserver_)) {
in UnsubscribeAppState()
Completed in 11 milliseconds