Home
last modified time | relevance | path

Searched defs:eventStr (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/services/accountmgr/test/mock/include/
Dmock_account_mgr_service.h42 …2_t SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) overri… in SetOhosAccountInfo()
48 …const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) override in SetOhosAccountInfoByUserId()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp139 for (auto eventStr : eventStrs) { in QueryPluginStatsEvent() local
157 std::string eventStr; in QuerySysUsageEvent() local
227 …t EventDbHelper::InsertPluginStatsTable(const std::string& pluginName, const std::string& eventStr) in InsertPluginStatsTable()
246 int EventDbHelper::InsertSysUsageTable(const std::string& table, const std::string& eventStr) in InsertSysUsageTable()
264 …t EventDbHelper::UpdatePluginStatsTable(const std::string& pluginName, const std::string& eventStr) in UpdatePluginStatsTable()
279 int EventDbHelper::UpdateSysUsageTable(const std::string& table, const std::string& eventStr) in UpdateSysUsageTable()
298 int EventDbHelper::QuerySysUsageTable(std::string& eventStr, const std::string& table) in QuerySysUsageTable()
/base/account/os_account/services/accountmgr/test/mock/src/
Dmock_account_mgr_service.cpp35 void MockAccountMgrService::HandleNotificationEvents(const std::string &eventStr) in HandleNotificationEvents()
47 const std::string &accountName, const std::string &uid, const std::string &eventStr) in UpdateOhosAccountInfo()
/base/account/os_account/services/accountmgr/src/
Dohos_account_manager.cpp106 const std::string &eventStr) in OhosAccountStateChange()
121 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in OhosAccountStateChange()
212 bool OhosAccountManager::HandleEvent(AccountInfo &curOhosAccount, const std::string &eventStr) in HandleEvent()
243 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LoginOhosAccount()
312 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LogoutOhosAccount()
355 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LogoffOhosAccount()
396 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in HandleOhosAccountTokenInvalidEvent()
Daccount_mgr_service.cpp89 const std::string &accountName, const std::string &uid, const std::string &eventStr) in UpdateOhosAccountInfo()
99 …MgrService::SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo()
105 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfoByUserId()
386 void AccountMgrService::HandleNotificationEvents(const std::string &eventStr) in HandleNotificationEvents()
Daccount_stub.cpp92 const std::string eventStr = Str16ToStr8(data.ReadString16()); in InnerUpdateOhosAccountInfo() local
119 const std::string eventStr = Str16ToStr8(data.ReadString16()); in InnerSetOhosAccountInfo() local
/base/account/os_account/frameworks/ohosaccount/native/src/
Dohos_account_kits_impl.cpp89 const std::string& eventStr) in UpdateOhosAccountInfo()
100 const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo()
115 const int32_t userId, const OhosAccountInfo& ohosAccountInfo, const std::string& eventStr) in SetOhosAccountInfoByUserId()
Daccount_proxy.cpp42 const std::string &accountName, const std::string &uid, const std::string &eventStr) in UpdateOhosAccountInfo()
82 …countProxy::SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo()
117 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfoByUserId()
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_shutdown_fast_test.cpp82 PowerMgrShutDownFast::CommonEventServiceSystemTest::OnRegisterEvent(const std::string& eventStr) in OnRegisterEvent()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
Daccount_mgr_inner_sdk_func_test.cpp424 std::string eventStr = "invalid_test_event"; variable