Home
last modified time | relevance | path

Searched refs:GetSaId (Results 1 - 10 of 10) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h36 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 Dwork_info.h314 int32_t GetSaId() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp54 int32_t SubscribeInfo::GetSaId() const in GetSaId() function in OHOS::DistributedDeviceProfile::SubscribeInfo
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp164 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 Ddistributed_device_profile_client.cpp325 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 Ddp_subscribe_info_test.cpp141 saId = subscribeInfo.GetSaId(); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp245 listenerMap[subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.GetSaId())] = in UnMarshalling()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp258 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 Dworkinfo_test.cpp693 * @tc.desc test GetSaId and IsResidentSa
702 int32_t id = workInfo.GetSaId(); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp671 int32_t WorkInfo::GetSaId() const in GetSaId() function in OHOS::WorkScheduler::WorkInfo

Completed in 8 milliseconds