Home
last modified time | relevance | path

Searched refs:GetTag (Results 1 - 25 of 40) sorted by relevance

12

/base/notification/eventhandler/test/systemtest/ems_dumper_system_test/
H A Dems_dumper_system_test.cpp54 std::string GetTag() in GetTag() function in DumpTest
74 std::string GetTag() in GetTag() function in GetTagTest1
94 std::string GetTag() in GetTag() function in GetTagTest2
114 std::string GetTag() in GetTag() function in GetTagTest3
134 std::string GetTag() in GetTag() function in GetTagTest4
154 std::string GetTag() in GetTag() function in GetTagTest5
272 * @tc.desc: Check GetTagTest1 process GetTag success
278 std::string result = getTagTest.GetTag(); in HWTEST_F()
284 * @tc.desc: Check GetTagTest2 process GetTag success
290 std::string result = getTagTest.GetTag(); in HWTEST_F()
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_embed_info_impl.cpp57 ArkWebString ArkWebNativeEmbedInfoImpl::GetTag() in GetTag() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl
59 return ArkWebStringClassToStruct(nweb_native_embed_info_->GetTag()); in GetTag()
H A Dark_web_native_embed_info_impl.h44 ArkWebString GetTag() override;
/base/notification/eventhandler/interfaces/inner_api/
H A Ddumper.h35 virtual std::string GetTag() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_embed_info_wrapper.cpp73 std::string ArkWebNativeEmbedInfoWrapper::GetTag() in GetTag() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoWrapper
75 ArkWebString stType = ark_web_native_embed_info_->GetTag(); in GetTag()
H A Dark_web_native_embed_info_wrapper.h42 std::string GetTag() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_native_embed_info.h47 virtual ArkWebString GetTag() = 0;
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp55 return OHOS::HiviewDFX::StringUtil::CreateCString(&recordStruct.tag, recordObj.GetTag()); in ConvertTag()
116 HILOG_ERROR(LOG_CORE, "Failed to convert tag=%{public}s", recordObj.GetTag().c_str()); in ConvertRecord()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dhandler_checker.h55 std::string GetTag() override;
H A Dhandler_checker.cpp88 std::string HandlerDumper::GetTag() in GetTag() function in OHOS::HiviewDFX::HandlerDumper
/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp156 if (!sysEvent->GetTag().empty() && strcpy_s(header.tag, MAX_TAG_LEN, sysEvent->GetTag().c_str()) != EOK) { in WriteHeader()
157 HIVIEW_LOGW("failed to copy tag to event, tag=%{public}s", sysEvent->GetTag().c_str()); in WriteHeader()
/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H A Dsys_dispatcher.cpp44 sysEvent->GetTag(), sysEvent->domain_); in DispatchEvent()
/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
H A Deventqueue_fuzzer.cpp33 std::string GetTag() override
/base/notification/eventhandler/test/fuzztest/eventrunner_fuzzer/
H A Deventrunner_fuzzer.cpp34 std::string GetTag() override
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp564 dumper.Dump(dumper.GetTag() + " " + priority[i] + " priority event queue information:" + LINE_SEPARATOR); in DumpCurentQueueInfo()
568 dumper.Dump(dumper.GetTag() + " No." + std::to_string(n) + " : " + (*it)->Dump()); in DumpCurentQueueInfo()
573 dumper.GetTag() + " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR); in DumpCurentQueueInfo()
575 dumper.Dump(dumper.GetTag() + " Idle priority event queue information:" + LINE_SEPARATOR); in DumpCurentQueueInfo()
580 dumper.Dump(dumper.GetTag() + " No." + std::to_string(n) + " : " + (*it)->Dump()); in DumpCurentQueueInfo()
584 dumper.Dump(dumper.GetTag() + " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR); in DumpCurentQueueInfo()
585 dumper.Dump(dumper.GetTag() + " Total event size : " + std::to_string(total) + LINE_SEPARATOR); in DumpCurentQueueInfo()
595 dumper.Dump(dumper.GetTag() + " Current Running: " + DumpCurrentRunning() + LINE_SEPARATOR); in Dump()
596 dumper.Dump(dumper.GetTag() + " History event queue information:" + LINE_SEPARATOR); in Dump()
603 dumper.Dump(dumper.GetTag() in Dump()
[all...]
H A Devent_runner.cpp736 dumper.Dump(dumper.GetTag() + " Event runner is not running" + LINE_SEPARATOR); in Dump()
741 dumper.Dump(dumper.GetTag() + " Queue is nullLINE_SEPARATOR" + LINE_SEPARATOR); in Dump()
745 dumper.Dump(dumper.GetTag() + " Event runner (" + "Thread name = " + innerRunner_->GetThreadName() + in Dump()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dhisysevent_delegate.cpp199 if (rule.GetTag().empty()) { in ConvertListenerRule()
202 sysRules.emplace_back(rule.GetTag(), rule.GetRuleType(), rule.GetEventType()); in ConvertListenerRule()
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp45 (void)record.GetTag(); in HiSysEventRecordTest()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_rules.h66 std::string GetTag() const in GetTag() function in OHOS::HiviewDFX::ListenerRule
H A Dhisysevent_record.h46 std::string GetTag() const;
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dhandler_checker_test.cpp140 ASSERT_EQ(handlerDumper.GetTag(), ""); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h211 std::string GetTag() const;
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp63 notificationUserInput.GetTag(); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/
H A Deventhandler_fuzzer.cpp38 std::string GetTag() override
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h73 std::string GetTag() const;

Completed in 10 milliseconds

12