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:AddPrivilege
(Results
1 - 23
of
23
) sorted by relevance
/base/msdp/device_status/frameworks/native/interaction/include/
H
A
D
drag_manager_impl.h
65
int32_t
AddPrivilege
();
H
A
D
interaction_manager_impl.h
71
int32_t
AddPrivilege
();
/base/msdp/device_status/services/communication/base/
H
A
D
i_devicestatus.h
80
virtual int32_t
AddPrivilege
() = 0;
/base/msdp/device_status/interfaces/innerkits/include/
H
A
D
devicestatus_client.h
82
int32_t
AddPrivilege
();
/base/msdp/device_status/frameworks/native/interaction/src/
H
A
D
interaction_manager.cpp
243
int32_t InteractionManager::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::InteractionManager
245
return INTER_MGR_IMPL.
AddPrivilege
();
in AddPrivilege()
H
A
D
interaction_manager_impl.cpp
408
int32_t InteractionManagerImpl::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl
411
return dragManagerImpl_.
AddPrivilege
();
in AddPrivilege()
H
A
D
drag_manager_impl.cpp
302
int32_t DragManagerImpl::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::DragManagerImpl
304
return DeviceStatusClient::GetInstance().
AddPrivilege
();
in AddPrivilege()
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_drag_manager.h
97
virtual int32_t
AddPrivilege
(int32_t tokenId) = 0;
/base/msdp/device_status/intention/drag/client/include/
H
A
D
drag_client.h
64
int32_t
AddPrivilege
(ITunnelClient &tunnel);
/base/msdp/device_status/intention/frameworks/client/include/
H
A
D
intention_manager.h
83
int32_t
AddPrivilege
();
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H
A
D
interaction_manager.h
383
int32_t
AddPrivilege
();
/base/msdp/device_status/services/communication/client/include/
H
A
D
devicestatus_srv_proxy.h
75
virtual int32_t
AddPrivilege
() override;
/base/msdp/device_status/frameworks/native/src/
H
A
D
devicestatus_client.cpp
502
int32_t DeviceStatusClient::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::DeviceStatusClient
506
return devicestatusProxy_->
AddPrivilege
();
in AddPrivilege()
/base/msdp/device_status/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
468
int32_t IntentionManager::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::IntentionManager
471
return drag_.
AddPrivilege
(*tunnel_);
in AddPrivilege()
/base/msdp/device_status/services/native/include/
H
A
D
devicestatus_service.h
116
int32_t
AddPrivilege
() override;
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_manager.h
120
int32_t
AddPrivilege
(int32_t tokenId) override;
/base/msdp/device_status/services/native/src/
H
A
D
devicestatus_service.cpp
1238
int32_t DeviceStatusService::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::DeviceStatusService
1243
return this->dragMgr_.
AddPrivilege
(tokenId);
in AddPrivilege()
/base/msdp/device_status/intention/drag/client/src/
H
A
D
drag_client.cpp
401
int32_t DragClient::
AddPrivilege
(ITunnelClient &tunnel)
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::DragClient
/base/msdp/device_status/intention/drag/server/src/
H
A
D
drag_server.cpp
194
return env_->GetDragManager().
AddPrivilege
(context.tokenId);
in Control()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_manager.cpp
660
int32_t ret = UDMF::UdmfClient::GetInstance().
AddPrivilege
(option, privilege);
in SendDragData()
1590
int32_t DragManager::
AddPrivilege
(int32_t tokenId)
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::DragManager
/base/msdp/device_status/test/unittest/intention/drag/src/
H
A
D
drag_manager_test.cpp
992
ret = InteractionManager::GetInstance()->
AddPrivilege
();
in HWTEST_F()
1258
int32_t ret = InteractionManager::GetInstance()->
AddPrivilege
();
in HWTEST_F()
/base/msdp/device_status/services/communication/service/src/
H
A
D
devicestatus_srv_stub.cpp
946
int32_t ret =
AddPrivilege
();
in AddPrivilegeStub()
/base/msdp/device_status/services/communication/client/src/
H
A
D
devicestatus_srv_proxy.cpp
887
int32_t DeviceStatusSrvProxy::
AddPrivilege
()
in AddPrivilege()
function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
Completed in 19 milliseconds