Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp132 for (auto eventStr : eventStrs) { in QueryPluginStatsEvent() local
150 std::string eventStr; in QuerySysUsageEvent() local
220 …t EventDbHelper::InsertPluginStatsTable(const std::string& pluginName, const std::string& eventStr) in InsertPluginStatsTable()
239 int EventDbHelper::InsertSysUsageTable(const std::string& table, const std::string& eventStr) in InsertSysUsageTable()
257 …t EventDbHelper::UpdatePluginStatsTable(const std::string& pluginName, const std::string& eventStr) in UpdatePluginStatsTable()
272 int EventDbHelper::UpdateSysUsageTable(const std::string& table, const std::string& eventStr) in UpdateSysUsageTable()
291 int EventDbHelper::QuerySysUsageTable(std::string& eventStr, const std::string& table) in QuerySysUsageTable()
/base/account/os_account/services/accountmgr/test/mock/include/
Dmock_account_mgr_service.h46 …2_t SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) overri… in SetOhosAccountInfo()
52 …const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) override in SetOhosAccountInfoByUserId()
/base/account/os_account/services/accountmgr/src/
Dohos_account_manager.cpp179 const std::string &eventStr) in OhosAccountStateChange()
194 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in OhosAccountStateChange()
318 bool OhosAccountManager::HandleEvent(AccountInfo &curOhosAccount, const std::string &eventStr) in HandleEvent()
349 const std::string &eventStr) in LoginOhosAccount()
419 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LogoutOhosAccount()
464 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LogoffOhosAccount()
508 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in HandleOhosAccountTokenInvalidEvent()
562 … [this] (const std::int32_t userId, const OhosAccountInfo &info, const std::string &eventStr) { in BuildEventsMapper()
566 … [this] (const std::int32_t userId, const OhosAccountInfo &info, const std::string &eventStr) { in BuildEventsMapper()
570 … [this] (const std::int32_t userId, const OhosAccountInfo &info, const std::string &eventStr) { in BuildEventsMapper()
[all …]
Daccount_mgr_service.cpp96 const std::string &accountName, const std::string &uid, const std::string &eventStr) in UpdateOhosAccountInfo()
106 …MgrService::SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo()
112 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfoByUserId()
440 void AccountMgrService::HandleNotificationEvents(const std::string &eventStr) in HandleNotificationEvents()
Daccount_stub.cpp123 const std::string eventStr = Str16ToStr8(data.ReadString16()); in InnerUpdateOhosAccountInfo() local
150 const std::string eventStr = Str16ToStr8(data.ReadString16()); in InnerSetOhosAccountInfo() local
/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/test/fuzztest/account_stub/cmdupdateohosaccountinfostub_fuzzer/
Dcmdupdateohosaccountinfostub_fuzzer.cpp53 std::string eventStr = fuzzData.GenerateRandomString(); in CmdUpdateOhosAccountInfoStubFuzzTest() local
/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfostub_fuzzer/
Dcmdsetohosaccountinfostub_fuzzer.cpp91 std::string eventStr = fuzzData.GenerateRandomString(); in CmdSetOhosAccountInfoStubFuzzTest() local
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_proxy.cpp52 const std::string &accountName, const std::string &uid, const std::string &eventStr) in UpdateOhosAccountInfo()
91 …countProxy::SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo()
126 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfoByUserId()
Dohos_account_kits_impl.cpp101 const std::string& eventStr) in UpdateOhosAccountInfo()
112 const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo()
127 const int32_t userId, const OhosAccountInfo& ohosAccountInfo, const std::string& eventStr) in SetOhosAccountInfoByUserId()
/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfobyuseridstub_fuzzer/
Dcmdsetohosaccountinfobyuseridstub_fuzzer.cpp96 std::string eventStr = fuzzData.GenerateRandomString(); in CmdSetOhosAccountInfoByUserIdStubFuzzTest() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
Devent_write_handler.h41 std::string eventStr; member
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
Dappevent_packageholder_impl.cpp92 std::string eventStr = event->GetEventStr(); in TakeNext() local
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_shutdown_fast_test.cpp82 PowerMgrShutDownFast::CommonEventServiceSystemTest::OnRegisterEvent(const std::string& eventStr) in OnRegisterEvent()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_app_event_holder.cpp211 std::string eventStr = event->GetEventStr(); in TakeNext() local
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
Daccount_mgr_inner_sdk_func_test.cpp374 std::string eventStr = "invalid_test_event"; variable
/base/hiviewdfx/hiview/base/test/unittest/common/
Dsys_event_test.cpp641 auto eventStr = sysEvent->AsJsonStr(); variable
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
Dexport_json_file_writer.cpp362 const std::string& eventStr) in AppendEvent()
/base/hiviewdfx/hiview/base/event_publish/
Devent_publish.cpp238 std::string eventStr = Json::FastWriter().write(eventJson); in WriteEventJson() local