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:GetSaId
(Results
1 - 10
of
10
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
dp_subscribe_info.h
36
int32_t
GetSaId
() const;
68
return (one.
GetSaId
() == other.
GetSaId
()) && (one.GetSubscribeKey() == other.GetSubscribeKey());
in operator ()()
78
return subscriberInfo.
GetSaId
();
in operator ()()
/foundation/resourceschedule/work_scheduler/frameworks/include/
H
A
D
work_info.h
314
int32_t
GetSaId
() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_subscribe_info.cpp
54
int32_t SubscribeInfo::
GetSaId
() const
in GetSaId()
function in OHOS::DistributedDeviceProfile::SubscribeInfo
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H
A
D
subscribe_profile_manager.cpp
164
HILOGI("saId: %{public}d!, subscribeKey: %{public}s", subscribeInfo.
GetSaId
(),
in SubscribeDeviceProfile()
179
HILOGI("this sa subscribeInfo is exist, saId : %{public}d", subscribeInfo.
GetSaId
());
in SubscribeDeviceProfile()
198
HILOGI("saId: %{public}d!, subscribeKey: %{public}s", subscribeInfo.
GetSaId
(),
in UnSubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
325
subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.
GetSaId
());
in SubscribeDeviceProfile()
342
subscribeInfos_.erase(subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.
GetSaId
()));
in UnSubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
dp_subscribe_info_test.cpp
141
saId = subscribeInfo.
GetSaId
();
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
ipc_utils.cpp
245
listenerMap[subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.
GetSaId
())] =
in UnMarshalling()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_service.cpp
258
if (workinfo->
GetSaId
() > -1) {
in LoadWorksFromFile()
259
saMap_.emplace(workinfo->
GetSaId
(), workinfo->IsResidentSa());
in LoadWorksFromFile()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H
A
D
workinfo_test.cpp
693
* @tc.desc test
GetSaId
and IsResidentSa
702
int32_t id = workInfo.
GetSaId
();
in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
work_info.cpp
671
int32_t WorkInfo::
GetSaId
() const
in GetSaId()
function in OHOS::WorkScheduler::WorkInfo
Completed in 8 milliseconds