/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_subscribe_module_test.cpp | 42 constexpr std::int32_t UID = 10000; member 354 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F() 359 appAccountCallingInfo.callingUid = UID; in HWTEST_F() 390 appAccountCallingInfo.callingUid = UID; in HWTEST_F() 398 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F() 408 result = appAccountManagerServicePtr_->innerManager_->DeleteAccount(STRING_NAME, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F() 427 ErrCode result = accountInnerManager->AddAccount(STRING_NAME, STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F() 429 EXPECT_EQ(accountInnerManager->AddAccount(STRING_NAME_TWO, STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0), ERR_OK); in HWTEST_F() 433 appAccountCallingInfo.callingUid = UID; in HWTEST_F() 463 appAccountCallingInfo.callingUid = UID; in HWTEST_F() [all...] |
H A D | app_account_manager_service_sync_module_test.cpp | 42 constexpr std::int32_t UID = 10000; member 77 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in SetUp() 80 dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in SetUp() 117 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in HWTEST_F() 119 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in HWTEST_F() 160 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in HWTEST_F() 162 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in HWTEST_F() 194 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in HWTEST_F() 234 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in HWTEST_F() 236 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in HWTEST_F() [all...] |
H A D | app_account_control_manager_module_test.cpp | 40 constexpr std::int32_t UID = 10000; member 95 STRING_NAME, STRING_EXTRA_INFO, UID, STRING_OWNER+"max", appAccountInfo); in HWTEST_F() 120 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); in HWTEST_F() 124 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); in HWTEST_F() 128 appAccountInfo, dataStoragePtr, UID); in HWTEST_F() 132 appAccountInfo, dataStoragePtr, UID); in HWTEST_F() 136 appAccountInfo, dataStoragePtr, UID); in HWTEST_F()
|
H A D | app_account_manager_service_module_test.cpp | 83 constexpr std::int32_t UID = 10000; member 110 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in ClearDataStorage() 130 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in TearDownTestCase() 137 dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in TearDownTestCase() 287 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in HWTEST_F() 1961 STRING_NAME, STRING_EMPTY, UID, STRING_BUNDLE_NAME, appAccountInfo); in HWTEST_F() 1965 appAccountCallingInfo.callingUid = UID; in HWTEST_F() 1981 STRING_NAME, UID, STRING_BUNDLE_NAME, appAccountInfo); in HWTEST_F() 1997 STRING_NAME, STRING_EMPTY, UID, STRING_BUNDLE_NAME, appAccountInfo); in HWTEST_F() 2002 STRING_NAME_TWO, STRING_EMPTY, UID, STRING_OWNE in HWTEST_F() [all...] |
H A D | app_account_associated_data_test.cpp | 48 constexpr std::int32_t UID = 10000; member 91 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in ClearDataStorage() 112 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in TearDownTestCase() 119 dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in TearDownTestCase()
|
H A D | app_account_authenticator_session_manager_module_test.cpp | 44 const int32_t UID = 1; member 173 abilityStateData.uid = UID; in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_subscribe_test.cpp | 30 const uid_t UID = 1; member 194 ErrCode result = appAccountSubscribeManagerPtr->SubscribeAppAccount(nullptr, nullptr, UID, BUNDLE_NAME, APP_INDEX); in HWTEST_F() 209 ErrCode result = appAccountSubscribeManagerPtr->CheckAppAccess(nullptr, UID, BUNDLE_NAME, APP_INDEX); in HWTEST_F()
|
/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 90 constexpr char UID[] = "uid"; member 191 std::unordered_map<std::string, std::string> mapPayload { { UID, GetUidString() }, in ReportSceneInternal() 245 std::unordered_map<std::string, std::string> mapPayload { { UID, GetUidString() }, { PID, std::to_string(pid) }, in ReportStatusData() 279 std::unordered_map<std::string, std::string> mapPayload { { UID, GetUidString() }, { PID, std::to_string(pid) }, in ReportKeyThread() 319 std::unordered_map<std::string, std::string> mapPayload { { UID, std::to_string(uid) }, in ReportAudioData() 456 std::unordered_map<std::string, std::string> mapPayload { { UID, std::to_string(uid) }, in ReportScreenCapture() 475 std::unordered_map<std::string, std::string> mapPayload { { UID, std::to_string(uid) }, in ReportVideoPlaying()
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_native_test.cpp | 32 constexpr pid_t UID = 1; member 103 stateMachine->RefreshActivityInner(UID, PID, userActivityType, true); in HWTEST_F() 121 runningLockMgr->ProxyRunningLock(true, UNPID, UID); in HWTEST_F() 122 runningLockMgr->ProxyRunningLock(true, UNPID, UID); in HWTEST_F() 124 runningLockMgr->ProxyRunningLock(false, UNPID, UID); in HWTEST_F() 143 stateMachine->RefreshActivityInner(UID, PID, userActivityType, true); in HWTEST_F() 153 "runninglockNativeTest2", "", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, TIMEOUTMS, PID, UID}; in HWTEST_F() 185 "runninglockNativeTest", "", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, TIMEOUTMS, PID, UID}; in HWTEST_F() 216 stateMachine->RefreshActivityInner(UID, PID, userActivityType, true); in HWTEST_F() 665 stateMachine->RefreshActivityInner(UID, PI in HWTEST_F() [all...] |
H A D | power_mgr_service_native_test.cpp | 41 constexpr pid_t UID = 1; member 61 "runninglockNativeTest1", "", RunningLockType::RUNNINGLOCK_SCREEN, TIMEOUTMS, PID, UID}; in SetUp()
|
/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_proxy_test.cpp | 32 const int UID = 999996; member 734 * @tc.desc: test UID 739 bool retProxy = timerManagerHandler_->ProxyTimer(UID, true, true); in HWTEST_F() 745 auto it = TimerProxy::GetInstance().proxyUids_.find(UID); in HWTEST_F() 753 nullptr, nullptr, 0, UID, 0, ""); in HWTEST_F() 757 nullptr, nullptr, 0, UID, 0, ""); in HWTEST_F() 761 TimerProxy::GetInstance().RemoveProxy(TIMER_ID, UID); in HWTEST_F() 762 TimerProxy::GetInstance().RemoveProxy(TIMER_ID + 1, UID); in HWTEST_F() 766 auto it = TimerProxy::GetInstance().proxyMap_.find(UID); in HWTEST_F() 772 retProxy = timerManagerHandler_->ProxyTimer(UID, fals in HWTEST_F() [all...] |
/base/account/os_account/services/accountmgr/src/ |
H A D | account_event_subscribe.cpp | 42 auto uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in OnReceiveEvent()
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | doc_query.cpp | 45 EventCol::PID, EventCol::TID, EventCol::UID,
in IsInnerCond() 83 } else if (cond.col_ == EventCol::UID) {
in IsContainInnerCond()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_event_observer.cpp | 102 constexpr const char* UID = "uid"; in OnReceiveEvent() local 114 int uid = want.GetIntParam(UID, -1); in OnReceiveEvent()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 49 constexpr uid_t UID = 1; member 370 Freeze(UID); in AsyncProcess() 377 Unfreeze(UID); in AsyncProcess() 401 EXPECT_TRUE(SubscribeCommonEvent(subscriberTest, UID, commonEventListener)); in HWTEST_F() 463 EXPECT_TRUE(SubscribeCommonEvent(subscriberTest, UID, commonEventListener)); in HWTEST_F()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/ |
H A D | cm_event_observer.cpp | 47 context.uid = static_cast<uint32_t>(want.GetIntParam(AppExecFwk::Constants::UID, -1)); in OnReceiveEvent()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 25 const std::string ReminderTable::UID = "uid"; member in OHOS::Notification::ReminderTable 90 AddColumn(UID, "INT NOT NULL"); in InitBasicColumns()
|
H A D | reminder_table.cpp | 25 const std::string ReminderBaseTable::UID = "uid"; member in OHOS::Notification::ReminderBaseTable 116 AddColumn(UID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | system_event_observer.cpp | 65 int32_t uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in GetBundleOption()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_common_event_observer.cpp | 105 auto uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in DealWithRemoveEvent()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 50 static const std::string UID; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 49 static const std::string UID; member in OHOS::Notification::ReminderBaseTable
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 45 static std::string UID; member in OHOS::HiviewDFX::EventStore::EventCol
|
/base/location/test/location_gnss/source/ |
H A D | gnss_ability_stub_test.cpp | 36 const int UID = 1; member 433 identity.SetUid(UID); in HWTEST_F()
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_store_utility_test.cpp | 136 ASSERT_TRUE(eventJsonStr.find(EventCol::UID) != std::string::npos); in CheckEvent()
|