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:HasUserId
(Results
1 - 12
of
12
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H
A
D
default_app_host_impl.cpp
59
if (!dataMgr->
HasUserId
(userId)) {
in SetDefaultApplication()
H
A
D
default_app_mgr.cpp
717
return dataMgr->
HasUserId
(userId);
in IsUserIdExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H
A
D
bundle_resource_process.cpp
55
if (!dataMgr->
HasUserId
(userId)) {
in GetAllResourceInfo()
97
if (!dataMgr->
HasUserId
(userId)) {
in GetResourceInfoByBundleName()
124
if (!dataMgr->
HasUserId
(userId)) {
in GetLauncherResourceInfoByAbilityName()
H
A
D
bundle_resource_host_impl.cpp
192
if (!dataMgr->
HasUserId
(userId)) {
in AddResourceInfoByBundleName()
239
if (!dataMgr->
HasUserId
(userId)) {
in AddResourceInfoByAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H
A
D
bundle_clone_installer.cpp
111
if (!dataMgr_->
HasUserId
(userId)) {
in UninstallAllCloneApps()
161
if (!dataMgr->
HasUserId
(userId)) {
in ProcessCloneBundleInstall()
258
if (!dataMgr_->
HasUserId
(userId)) {
in ProcessCloneBundleUninstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H
A
D
bundle_sandbox_installer.cpp
74
if (!dataMgr_->
HasUserId
(userId_)) {
in InstallSandboxApp()
168
if (!dataMgr_->
HasUserId
(userId_)) {
in UninstallSandboxApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_user_mgr_host_impl.cpp
133
if (dataMgr->
HasUserId
(userId)) {
in OnCreateNewUser()
275
if (!dataMgr->
HasUserId
(userId)) {
in ProcessRemoveUser()
H
A
D
bundle_multiuser_installer.cpp
106
if (!dataMgr_->
HasUserId
(userId)) {
in ProcessBundleInstall()
H
A
D
base_bundle_installer.cpp
1481
if (!dataMgr_->
HasUserId
(userId_)) {
in ProcessBundleUninstall()
1681
if (!dataMgr_->
HasUserId
(userId_)) {
in ProcessBundleUninstall()
1891
if (!dataMgr_->
HasUserId
(userId_)) {
in InnerProcessInstallByPreInstallInfo()
4346
if (!dataMgr_->
HasUserId
(userId)) {
in CheckUserId()
H
A
D
bundle_data_mgr.cpp
5052
if (!
HasUserId
(userId)) {
in GetUserId()
5087
bool BundleDataMgr::
HasUserId
(int32_t userId) const
in HasUserId()
function in OHOS::AppExecFwk::BundleDataMgr
6604
if (!
HasUserId
(userId)) {
in GetAppProvisionInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H
A
D
bms_bundle_default_app_test.cpp
256
bool res = dataMgr->
HasUserId
(USER_ID);
in GetDefaultAppProxy()
2014
bool res = dataMgr->
HasUserId
(USER_ID);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
632
bool
HasUserId
(int32_t userId) const;
Completed in 35 milliseconds