Searched defs:eventStr (Results 1 – 10 of 10) sorted by relevance
/base/account/os_account/services/accountmgr/test/mock/include/ |
D | mock_account_mgr_service.h | 42 …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/ |
D | event_db_helper.cpp | 139 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/ |
D | mock_account_mgr_service.cpp | 35 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/ |
D | ohos_account_manager.cpp | 106 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()
|
D | account_mgr_service.cpp | 89 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()
|
D | account_stub.cpp | 92 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/ |
D | ohos_account_kits_impl.cpp | 89 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()
|
D | account_proxy.cpp | 42 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/ |
D | power_mgr_shutdown_fast_test.cpp | 82 PowerMgrShutDownFast::CommonEventServiceSystemTest::OnRegisterEvent(const std::string& eventStr) in OnRegisterEvent()
|
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/ |
D | account_mgr_inner_sdk_func_test.cpp | 424 std::string eventStr = "invalid_test_event"; variable
|