/base/notification/eventhandler/test/systemtest/ems_dumper_system_test/ |
H A D | ems_dumper_system_test.cpp | 54 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 D | ark_web_native_embed_info_impl.cpp | 57 ArkWebString ArkWebNativeEmbedInfoImpl::GetTag() in GetTag() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl 59 return ArkWebStringClassToStruct(nweb_native_embed_info_->GetTag()); in GetTag()
|
H A D | ark_web_native_embed_info_impl.h | 44 ArkWebString GetTag() override;
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | dumper.h | 35 virtual std::string GetTag() = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_native_embed_info_wrapper.cpp | 73 std::string ArkWebNativeEmbedInfoWrapper::GetTag() in GetTag() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoWrapper 75 ArkWebString stType = ark_web_native_embed_info_->GetTag(); in GetTag()
|
H A D | ark_web_native_embed_info_wrapper.h | 42 std::string GetTag() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_native_embed_info.h | 47 virtual ArkWebString GetTag() = 0;
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 55 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 D | handler_checker.h | 55 std::string GetTag() override;
|
H A D | handler_checker.cpp | 88 std::string HandlerDumper::GetTag() in GetTag() function in OHOS::HiviewDFX::HandlerDumper
|
/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
H A D | sys_event_doc_writer.cpp | 156 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 D | sys_dispatcher.cpp | 44 sysEvent->GetTag(), sysEvent->domain_); in DispatchEvent()
|
/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/ |
H A D | eventqueue_fuzzer.cpp | 33 std::string GetTag() override
|
/base/notification/eventhandler/test/fuzztest/eventrunner_fuzzer/ |
H A D | eventrunner_fuzzer.cpp | 34 std::string GetTag() override
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_base.cpp | 564 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 D | event_runner.cpp | 736 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 D | hisysevent_delegate.cpp | 199 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 D | hisyseventmanager_fuzzer.cpp | 45 (void)record.GetTag(); in HiSysEventRecordTest()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_rules.h | 66 std::string GetTag() const in GetTag() function in OHOS::HiviewDFX::ListenerRule
|
H A D | hisysevent_record.h | 46 std::string GetTag() const;
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | handler_checker_test.cpp | 140 ASSERT_EQ(handlerDumper.GetTag(), ""); in HWTEST_F()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_user_input.h | 211 std::string GetTag() const;
|
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/ |
H A D | notificationuserinput_fuzzer.cpp | 63 notificationUserInput.GetTag();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/ |
H A D | eventhandler_fuzzer.cpp | 38 std::string GetTag() override
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 73 std::string GetTag() const;
|