/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_setting_test.cpp | 86 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/ |
D | distributed_preferences.cpp | 74 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/ |
D | reminderrequestcontinuate_fuzzer.cpp | 30 return reminderRequest.GetUid(reminderId, stringData); in DoSomethingInterestingWithMyAPI()
|
/base/location/test/location_locator/source/ |
D | request_manager_test.cpp | 110 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);
|
D | work_record_test.cpp | 110 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/ |
D | request_manager.cpp | 79 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/ |
D | socket.h | 33 uid_t GetUid();
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_bundle_option.h | 63 int32_t GetUid() const;
|
D | enabled_notification_callback_data.h | 50 uid_t GetUid() const;
|
D | badge_number_callback_data.h | 50 int32_t GetUid() const;
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_info.cpp | 157 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/ |
D | notificationbundleoption_fuzzer.cpp | 31 notificationBundleOption->GetUid(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/ |
D | enablednotificationcallbackdata_fuzzer.cpp | 42 enabledNotificationCallbackData.GetUid(); in DoSomethingInterestingWithMyAPI()
|
/base/sensors/medical_sensor/utils/include/ |
D | medical_sensor_channel_info.h | 28 int32_t GetUid() const;
|
/base/sensors/sensor/utils/common/include/ |
D | sensor_channel_info.h | 29 int32_t GetUid() const;
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dumper_parameter.h | 50 int GetUid() const in GetUid() function
|
/base/sensors/medical_sensor/utils/src/ |
D | medical_channel_info.cpp | 23 int32_t MedicalSensorChannelInfo::GetUid() const in GetUid() function in OHOS::Sensors::MedicalSensorChannelInfo
|
/base/sensors/sensor/utils/common/src/ |
D | sensor_channel_info.cpp | 23 int32_t SensorChannelInfo::GetUid() const in GetUid() function in OHOS::Sensors::SensorChannelInfo
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_bundle_option.cpp | 47 int32_t NotificationBundleOption::GetUid() const in GetUid() function in OHOS::Notification::NotificationBundleOption
|
/base/location/interfaces/inner_api/include/ |
D | app_identity.h | 39 inline pid_t GetUid() const in GetUid() function
|
/base/powermgr/battery_statistics/interfaces/inner_api/include/ |
D | battery_stats_info.h | 57 int32_t GetUid();
|
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/ |
D | notification_fuzzer.cpp | 46 notification.GetUid(); in DoSomethingInterestingWithMyAPI()
|
/base/powermgr/power_manager/services/native/include/ |
D | running_lock_inner.h | 54 int32_t GetUid() const in GetUid() function
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | vendor.cpp | 103 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/ |
D | stream_session.h | 43 int32_t GetUid() const;
|