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:GetAllowType
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H
A
D
allow_info.h
52
inline uint32_t
GetAllowType
() const
in GetAllowType()
function in OHOS::DevStandbyMgr::AllowInfo
H
A
D
resourcce_request.h
59
inline uint32_t
GetAllowType
() const
in GetAllowType()
function in OHOS::ResourceRequest
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
562
resourceRequest->SetAllowType(GetExemptedResourceType(resourceRequest->
GetAllowType
()));
in ApplyAllowResource()
565
if (!CheckAllowTypeInfo(resourceRequest->
GetAllowType
()) || resourceRequest->GetUid() < 0) {
in ApplyAllowResource()
582
resourceRequest->GetName().c_str(), resourceRequest->
GetAllowType
(),
in ApplyAllowResInner()
622
uint32_t allowType = resourceRequest->
GetAllowType
();
in UpdateRecord()
675
resourceRequest->SetAllowType(GetExemptedResourceType(resourceRequest->
GetAllowType
()));
in UnapplyAllowResource()
678
if (!CheckAllowTypeInfo(resourceRequest->
GetAllowType
()) || resourceRequest->GetUid() < 0) {
in UnapplyAllowResource()
682
UnapplyAllowResInner(resourceRequest->GetUid(), resourceRequest->GetName(), resourceRequest->
GetAllowType
(), true);
in UnapplyAllowResource()
1382
result += "allowType: " + std::to_string(allowInfo.
GetAllowType
()) + "\n" +
in DumpModifyAllowList()
1389
result += "restrictType: " + std::to_string(allowInfo.
GetAllowType
()) + "\n" +
in DumpModifyAllowList()
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H
A
D
standby_napi_module.cpp
161
Common::SetUint32Value(env, "resourceTypes", static_cast<uint32_t>(allowInfo.
GetAllowType
()), allowInfoObj);
in AddGetAllowListCallbackCompleteCB()
Completed in 5 milliseconds