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:GetCaller
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
context_container.h
219
Uri
GetCaller
() override;
H
A
D
fa_context.h
388
virtual Uri
GetCaller
() = 0;
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H
A
D
mock_context.h
67
virtual Uri
GetCaller
() = 0;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
339
auto caller = callerList_.back()->
GetCaller
();
in LoadAbility()
1872
std::shared_ptr<AbilityRecord> callerAbilityRecord = caller->
GetCaller
();
in SendResultToCallers()
1895
std::shared_ptr<AbilityRecord> callerAbilityRecord = caller->
GetCaller
();
in GetCallerByRequestCode()
1934
std::shared_ptr<AbilityRecord> callerAbilityRecord = caller->
GetCaller
();
in SaveResult()
2068
if ((*it)->
GetCaller
() == callerAbilityRecord) {
in RemoveCallerRequestCode()
2095
return (callerRecord->
GetCaller
() == abilityRecord);
in AddCallerRecord()
2187
return callerList_.back()->
GetCaller
();
in GetCallerRecord()
3248
auto caller = callerList_.back()->
GetCaller
();
in GrantUriPermission()
H
A
D
ability_connect_manager.cpp
1429
auto caller = callerList.back()->
GetCaller
();
in LoadAbility()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list.cpp
242
if (callerAbility->
GetCaller
() == caller && callerAbility->GetRequestCode() == requestCode) {
in GetAbilityRecordByCaller()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
context_container.cpp
369
Uri ContextContainer::
GetCaller
()
in GetCaller()
function in OHOS::AppExecFwk::ContextContainer
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
185
std::shared_ptr<AbilityRecord>
GetCaller
()
in GetCaller()
function in OHOS::AAFwk::CallerRecord
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H
A
D
ability_context_test.cpp
708
* @tc.name:
GetCaller
709
* @tc.desc: Verify that function
GetCaller
.
713
auto result = context_->
GetCaller
();
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
context_container_test.cpp
1297
EXPECT_EQ(context_->
GetCaller
(), uri);
in HWTEST_F()
1309
EXPECT_EQ(context_->
GetCaller
(), uri);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
ability_impl_test.cpp
2360
auto getUri = abilityImpl_->ability_->
GetCaller
();
in HWTEST_F()
Completed in 25 milliseconds