Home
last modified time | relevance | path

Searched refs:GetUid (Results 1 – 25 of 95) sorted by relevance

1234

/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_setting_test.cpp86 EXPECT_EQ(CALLING_UID, bundleOption.GetUid());
104 EXPECT_EQ(CALLING_UID, bundleOption.GetUid());
124 EXPECT_EQ(CALLING_UID, bundleOption.GetUid());
144 EXPECT_EQ(CALLING_UID, bundleOption.GetUid());
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences.cpp74 std::to_string(bundleOption->GetUid()); in GetDistributedBundleKey()
183 …Info_->SetDistributedBundleEnable(bundleOption->GetBundleName(), bundleOption->GetUid(), isEnable); in SetDistributedBundleEnable()
197 …referencesInfo_->GetDistributedBundleEnable(bundleOption->GetBundleName(), bundleOption->GetUid()); in GetDistributedBundleEnable()
218 …eferencesInfo_->DeleteDistributedBundleInfo(bundleOption->GetBundleName(), bundleOption->GetUid()); in DeleteDistributedBundleInfo()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcontinuate_fuzzer/
Dreminderrequestcontinuate_fuzzer.cpp30 return reminderRequest.GetUid(reminderId, stringData); in DoSomethingInterestingWithMyAPI()
/base/location/test/location_locator/source/
Drequest_manager_test.cpp110 EXPECT_EQ(SYSTEM_UID, request->GetUid()); in VerifyRequestField()
159 request_->GetUid(), state1);
162 request_->GetUid(), state2);
177 request_->GetUid(), state1);
180 request_->GetUid(), state2);
195 request_->GetUid(), state1);
198 request_->GetUid(), state2);
213 request_->GetUid() + 1, state1);
216 request_->GetUid() + 1, state2);
Dwork_record_test.cpp110 EXPECT_EQ(SYSTEM_UID, workrecord->GetUid(0));
111 EXPECT_EQ(-1, workrecord->GetUid(1)); // out of range
112 EXPECT_EQ(-1, workrecord->GetUid(-1)); // out of range
/base/location/services/location_locator/locator/source/
Drequest_manager.cpp79 int32_t uid = request->GetUid(); in UpdateUsingLocationPermission()
98 int32_t uid = request->GetUid(); in UpdateUsingApproximatelyPermission()
117 int32_t uid = request->GetUid(); in UpdateUsingBackgroundPermission()
251 runningUids_.push_back(request->GetUid()); in UpdateRequestRecord()
257 runningUids_.remove(findRequest->GetUid()); in UpdateRequestRecord()
370 …UEST_MANAGER, "add pid:%{public}d uid:%{public}d %{public}s", request->GetPid(), request->GetUid(), in HandleRequest()
423 workRecord->Add(request->GetUid(), request->GetPid(), request->GetPackageName(), in AddRequestToWorkRecord()
507 std::string uid1 = std::to_string(request->GetUid()); in HandlePowerSuspendChanged()
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Dsocket.h33 uid_t GetUid();
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_bundle_option.h63 int32_t GetUid() const;
Denabled_notification_callback_data.h50 uid_t GetUid() const;
Dbadge_number_callback_data.h50 int32_t GetUid() const;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp157 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in GetBundleInfo()
168 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in RemoveBundleInfo()
179 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in IsExsitBundleInfo()
/base/notification/distributed_notification_service/test/fuzztest/notificationbundleoption_fuzzer/
Dnotificationbundleoption_fuzzer.cpp31 notificationBundleOption->GetUid(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/
Denablednotificationcallbackdata_fuzzer.cpp42 enabledNotificationCallbackData.GetUid(); in DoSomethingInterestingWithMyAPI()
/base/sensors/medical_sensor/utils/include/
Dmedical_sensor_channel_info.h28 int32_t GetUid() const;
/base/sensors/sensor/utils/common/include/
Dsensor_channel_info.h29 int32_t GetUid() const;
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_parameter.h50 int GetUid() const in GetUid() function
/base/sensors/medical_sensor/utils/src/
Dmedical_channel_info.cpp23 int32_t MedicalSensorChannelInfo::GetUid() const in GetUid() function in OHOS::Sensors::MedicalSensorChannelInfo
/base/sensors/sensor/utils/common/src/
Dsensor_channel_info.cpp23 int32_t SensorChannelInfo::GetUid() const in GetUid() function in OHOS::Sensors::SensorChannelInfo
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_bundle_option.cpp47 int32_t NotificationBundleOption::GetUid() const in GetUid() function in OHOS::Notification::NotificationBundleOption
/base/location/interfaces/inner_api/include/
Dapp_identity.h39 inline pid_t GetUid() const in GetUid() function
/base/powermgr/battery_statistics/interfaces/inner_api/include/
Dbattery_stats_info.h57 int32_t GetUid();
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp46 notification.GetUid(); in DoSomethingInterestingWithMyAPI()
/base/powermgr/power_manager/services/native/include/
Drunning_lock_inner.h54 int32_t GetUid() const in GetUid() function
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp103 info.id = watchPoint.GetUid(); in SendFaultLog()
128 oss << FreezeCommon::EVENT_UID << FreezeCommon::COLON << watchPoint.GetUid() << std::endl; in DumpEventInfo()
145 long uid = watchPoint.GetUid(); in MergeEventLog()
218 body << FreezeCommon::EVENT_UID << "=" << watchPoint.GetUid() << std::endl; in MergeEventLog()
/base/sensors/sensor/utils/ipc/include/
Dstream_session.h43 int32_t GetUid() const;

1234