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:serviceKey
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_cache_manager.h
91
* Get a single ability by
serviceKey
from ability cache manager.
92
* @param
serviceKey
the ability
serviceKey
to be searched in cache manager.
95
std::shared_ptr<AbilityRecord> FindRecordByServiceKey(const std::string &
serviceKey
);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_connect_manager.cpp
342
std::string
serviceKey
= element.GetURI();
in StopServiceAbilityLocked()
local
344
serviceKey
=
serviceKey
+ std::to_string(abilityRequest.want.GetIntParam(FRS_APP_INDEX, 0));
in StopServiceAbilityLocked()
346
auto abilityRecord = GetServiceRecordByElementName(
serviceKey
);
in StopServiceAbilityLocked()
349
AddToServiceMap(
serviceKey
, abilityRecord);
in StopServiceAbilityLocked()
406
std::string
serviceKey
= element.GetURI();
in GetOrCreateServiceRecord()
local
408
serviceKey
= element.GetURI() + std::to_string(abilityRequest.want.GetIntParam(FRS_APP_INDEX, 0));
in GetOrCreateServiceRecord()
412
auto serviceMapIter = serviceMap_.find(
serviceKey
);
in GetOrCreateServiceRecord()
419
AddToServiceMap(
serviceKey
, targetService);
in GetOrCreateServiceRecord()
427
serviceMap_.erase(
serviceKey
);
in GetOrCreateServiceRecord()
1057
std::string
serviceKey
= abilityRecord->GetURI();
TerminateOrCacheAbility()
local
2217
std::string
serviceKey
= GetServiceKey(abilityRecord);
HandleAbilityDiedTask()
local
2412
std::string
serviceKey
= service->GetURI();
GetServiceKey()
local
2437
std::string
serviceKey
;
DumpState()
local
2459
std::string
serviceKey
= GetServiceKey(service);
DumpState()
local
2808
std::string
serviceKey
= abilityRecord->GetURI();
MoveToTerminatingMap()
local
[all...]
H
A
D
ability_cache_manager.cpp
248
std::shared_ptr<AbilityRecord> AbilityCacheManager::FindRecordByServiceKey(const std::string &
serviceKey
)
in FindRecordByServiceKey()
argument
257
if (curServiceKey.compare(
serviceKey
) == 0) {
in FindRecordByServiceKey()
260
"Find the ability by
serviceKey
from lru, service:%{public}s, extension type %{public}d",
in FindRecordByServiceKey()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H
A
D
device_profile_storage_manager.cpp
302
std::string
serviceKey
= GenerateKey(localUdid_, serviceId, KeyType::SERVICE);
in DeleteDeviceProfile()
local
310
errCode = onlineSyncTbl_->DeleteDeviceProfile(
serviceKey
);
in DeleteDeviceProfile()
324
profileItems_.erase(
serviceKey
);
in DeleteDeviceProfile()
/foundation/ability/ability_runtime/test/unittest/ability_cache_manager_test/
H
A
D
ability_cache_manager_test.cpp
588
std::string
serviceKey
= abilityRecord_->GetURI();
in HWTEST_F()
local
591
auto recordFind = OHOS::AAFwk::AbilityCacheManager::GetInstance().FindRecordByServiceKey(
serviceKey
);
in HWTEST_F()
Completed in 7 milliseconds