Home
last modified time | relevance | path

Searched refs:UID (Results 1 - 25 of 36) sorted by relevance

12

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_subscribe_module_test.cpp42 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 Dapp_account_manager_service_sync_module_test.cpp42 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 Dapp_account_control_manager_module_test.cpp40 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 Dapp_account_manager_service_module_test.cpp83 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 Dapp_account_associated_data_test.cpp48 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 Dapp_account_authenticator_session_manager_module_test.cpp44 const int32_t UID = 1; member
173 abilityStateData.uid = UID; in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_subscribe_test.cpp30 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 Dres_sched_client_adapter_impl.cpp90 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 Drunning_lock_native_test.cpp32 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 Dpower_mgr_service_native_test.cpp41 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 Dtime_proxy_test.cpp32 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 Daccount_event_subscribe.cpp42 auto uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in OnReceiveEvent()
/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp45 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 Dhks_event_observer.cpp102 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 Dcommon_event_freeze_test.cpp49 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 Dcm_event_observer.cpp47 context.uid = static_cast<uint32_t>(want.GetIntParam(AppExecFwk::Constants::UID, -1)); in OnReceiveEvent()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp25 const std::string ReminderTable::UID = "uid"; member in OHOS::Notification::ReminderTable
90 AddColumn(UID, "INT NOT NULL"); in InitBasicColumns()
H A Dreminder_table.cpp25 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 Dsystem_event_observer.cpp65 int32_t uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in GetBundleOption()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_common_event_observer.cpp105 auto uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in DealWithRemoveEvent()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h50 static const std::string UID; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h49 static const std::string UID; member in OHOS::Notification::ReminderBaseTable
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h45 static std::string UID; member in OHOS::HiviewDFX::EventStore::EventCol
/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp36 const int UID = 1; member
433 identity.SetUid(UID); in HWTEST_F()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp136 ASSERT_TRUE(eventJsonStr.find(EventCol::UID) != std::string::npos); in CheckEvent()

Completed in 18 milliseconds

12