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:ownerUserId
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
ability_running_record.cpp
97
void AbilityRunningRecord::SetOwnerUserId(int32_t
ownerUserId
)
in SetOwnerUserId()
argument
99
ownerUserId_ =
ownerUserId
;
in SetOwnerUserId()
/foundation/ability/ability_runtime/test/fuzztest/abilityrunningrecord_fuzzer/
H
A
D
abilityrunningrecord_fuzzer.cpp
75
int32_t
ownerUserId
= static_cast<int64_t>(GetU32Data(data));
in DoSomethingInterestingWithMyAPI()
local
76
abilityRecord.SetOwnerUserId(
ownerUserId
);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
ability_running_record.h
128
void SetOwnerUserId(int32_t
ownerUserId
);
/foundation/ability/ability_runtime/test/unittest/ability_running_record_test/
H
A
D
ability_running_record_test.cpp
277
int32_t
ownerUserId
= 1;
in HWTEST_F()
local
278
record->SetOwnerUserId(
ownerUserId
);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_manager_service.cpp
3411
auto
ownerUserId
= abilityRecord->GetOwnerMissionUserId();
in MoveAbilityToBackground()
local
3412
auto missionListManager = GetMissionListManagerByUserId(
ownerUserId
);
in MoveAbilityToBackground()
3414
TAG_LOGE(AAFwkTag::ABILITYMGR, "missionListManager null
ownerUserId
=%{public}d",
ownerUserId
);
in MoveAbilityToBackground()
3447
auto
ownerUserId
= abilityRecord->GetOwnerMissionUserId();
in MoveUIAbilityToBackground()
local
3449
auto uiAbilityManager = GetUIAbilityManagerByUserId(
ownerUserId
);
in MoveUIAbilityToBackground()
3454
auto missionListManager = GetMissionListManagerByUserId(
ownerUserId
);
in MoveUIAbilityToBackground()
3516
auto
ownerUserId
= abilityRecord->GetOwnerMissionUserId();
in BackToCallerAbilityWithResult()
local
3518
auto uiAbilityManager = GetUIAbilityManagerByUserId(
ownerUserId
);
in BackToCallerAbilityWithResult()
3523
auto missionListManager = GetMissionListManagerByUserId(
ownerUserId
);
in BackToCallerAbilityWithResult()
3576
auto
ownerUserId
= abilityRecord->GetOwnerMissionUserId();
TerminateAbilityWithFlag()
local
6120
int32_t
ownerUserId
= abilityRecord->GetOwnerMissionUserId();
OnAbilityRequestDone()
local
9061
auto
ownerUserId
= abilityRecord->GetOwnerMissionUserId();
CompleteFirstFrameDrawing()
local
[all...]
Completed in 15 milliseconds