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:typeId
(Results
1 - 7
of
7
) sorted by relevance
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
account_info.h
118
int
typeId
= AAFwk::WantParams::GetDataType(it.second);
in GetScalableDataString()
local
119
result += wantParams.GetStringByType(it.second,
typeId
);
in GetScalableDataString()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H
A
D
temp_permission_observer.cpp
152
uint32_t
typeId
= continuousTaskCallbackInfo->GetTypeId();
in OnContinuousTaskStart()
local
153
if (static_cast<BackgroundMode>(
typeId
) != BackgroundMode::LOCATION) {
in OnContinuousTaskStart()
154
ACCESSTOKEN_LOG_DEBUG(LABEL, "TypeId:%{public}d can not use temp permission",
typeId
);
in OnContinuousTaskStart()
173
uint32_t
typeId
= continuousTaskCallbackInfo->GetTypeId();
in OnContinuousTaskStop()
local
174
if (static_cast<BackgroundMode>(
typeId
) != BackgroundMode::LOCATION) {
in OnContinuousTaskStop()
175
ACCESSTOKEN_LOG_DEBUG(LABEL, "TypeId:%{public}d can not use temp permission",
typeId
);
in OnContinuousTaskStop()
444
[](const auto&
typeId
) { return static_cast<BackgroundMode>(
typeId
) == BackgroundMode::LOCATION; })) {
in CheckPermissionState()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
hap_resource.cpp
288
auto &
typeId
= nameTypeId[name];
in UpdateOverlayInfo()
local
289
if (
typeId
.find(type) ==
typeId
.end()) {
in UpdateOverlayInfo()
292
uint32_t newId =
typeId
[type];
in UpdateOverlayInfo()
/base/location/services/location_locator/locator/source/
H
A
D
locator_background_proxy.cpp
454
for (auto
typeId
: typeIds) {
in IsAppInLocationContinuousTasks()
455
if (
typeId
== BackgroundTaskMgr::BackgroundMode::Type::LOCATION) {
in IsAppInLocationContinuousTasks()
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_contact.cpp
215
int
typeId
= 0;
in BuildOneData()
local
218
resultSet->GetInt(columnIndexType,
typeId
);
in BuildOneData()
219
switch (
typeId
) {
in BuildOneData()
243
return BuildOtherData(
typeId
, resultSet);
in BuildOneData()
246
int32_t VCardContact::BuildOtherData(int32_t
typeId
, std::shared_ptr<DataShare::DataShareResultSet> resultSet)
in BuildOtherData()
argument
248
switch (
typeId
) {
in BuildOtherData()
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_contact.h
87
int32_t BuildOtherData(int32_t
typeId
, std::shared_ptr<DataShare::DataShareResultSet> resultSet);
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
388
bool PowerMgrService::IsSupportSensor(SensorTypeId
typeId
)
in IsSupportSensor()
argument
399
if (sensorInfo[i].sensorTypeId ==
typeId
) {
in IsSupportSensor()
Completed in 10 milliseconds