Home
last modified time | relevance | path

Searched refs:msgContent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp88 void AppfreezeInner::GetMainHandlerDump(std::string& msgContent) in GetMainHandlerDump() argument
92 msgContent += "mainHandler is destructed!"; in GetMainHandlerDump()
95 msgContent += "mainHandler dump is:\n"; in GetMainHandlerDump()
97 msgContent += handlerDumper.GetDumpInfo(); in GetMainHandlerDump()
103 faultData.errorObject.message += msgContent; in ChangeFaultDateInfo()
138 std::string msgContent; in AppfreezeHandleOverReportCount() local
139 GetMainHandlerDump(msgContent); in AppfreezeHandleOverReportCount()
140 ChangeFaultDateInfo(faultData, msgContent); in AppfreezeHandleOverReportCount()
182 std::string msgContent; in AcquireStack() local
183 GetMainHandlerDump(msgContent); in AcquireStack()
[all …]
/ohos5.0/base/inputmethod/imf/common/src/
H A Dmessage.cpp24 Message::Message(int32_t msgId, MessageParcel *msgContent) in Message() argument
27 msgContent_ = msgContent; in Message()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dappfreeze_inner.h44 void ChangeFaultDateInfo(FaultData& faultData, const std::string& msgContent);
46 void GetMainHandlerDump(std::string& msgContent);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_inner_test/
H A Dappfreeze_inner_test.cpp226 std::string msgContent = "App main thread is not response!"; variable
228 handlerDumper.Dump(msgContent);
229 EXPECT_EQ(msgContent, handlerDumper.GetDumpInfo());
/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage.h30 Message(int32_t msgId, MessageParcel *msgContent);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1106 std::string msgContent = "ability:" + ability->GetAbilityInfo().name + " "; in PrintTimeOutLog() local
1107 if (!GetContentAndTypeId(msgId, msgContent, typeId)) { in PrintTimeOutLog()
1118 ability->GetAbilityInfo().name.c_str(), msgContent.c_str()); in PrintTimeOutLog()
1133 info.msg = msgContent + "\nserver:\n" + FreezeUtil::GetInstance().GetLifecycleEvent(flow) in PrintTimeOutLog()
1141 info.msg = msgContent; in PrintTimeOutLog()
1146 bool UIAbilityLifecycleManager::GetContentAndTypeId(uint32_t msgId, std::string &msgContent, int &t… in GetContentAndTypeId() argument
1150 msgContent += "load timeout."; in GetContentAndTypeId()
1154 msgContent += "foreground timeout."; in GetContentAndTypeId()
1158 msgContent += "background timeout."; in GetContentAndTypeId()
1161 msgContent += "terminate timeout."; in GetContentAndTypeId()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp2201 std::string msgContent = "ability:" + ability->GetAbilityInfo().name + " "; in PrintTimeOutLog() local
2203 if (!GetContentAndTypeId(msgId, msgContent, typeId)) { in PrintTimeOutLog()
2214 ability->GetAbilityInfo().name.c_str(), msgContent.c_str()); in PrintTimeOutLog()
2228 info.msg = msgContent + "\nserver:\n" + FreezeUtil::GetInstance().GetLifecycleEvent(flow) in PrintTimeOutLog()
2236 info.msg = msgContent; in PrintTimeOutLog()
2245 msgContent += "load timeout"; in GetContentAndTypeId()
2249 msgContent += "active timeout"; in GetContentAndTypeId()
2252 msgContent += "inactive timeout"; in GetContentAndTypeId()
2255 msgContent += "foreground timeout"; in GetContentAndTypeId()
2259 msgContent += "background timeout"; in GetContentAndTypeId()
[all …]
H A Dability_connect_manager.cpp2744 std::string msgContent = "ability:" + ability->GetAbilityInfo().name + " "; in PrintTimeOutLog() local
2747 msgContent += "load timeout"; in PrintTimeOutLog()
2751 msgContent += "active timeout"; in PrintTimeOutLog()
2754 msgContent += "inactive timeout"; in PrintTimeOutLog()
2757 msgContent += "foreground timeout"; in PrintTimeOutLog()
2761 msgContent += "background timeout"; in PrintTimeOutLog()
2764 msgContent += "terminate timeout"; in PrintTimeOutLog()
2773 ability->GetAbilityInfo().name.c_str(), msgContent.c_str()); in PrintTimeOutLog()
2781 .msg = msgContent in PrintTimeOutLog()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp4111 std::string msgContent = "content"; variable
4113 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4126 std::string msgContent = "content"; variable
4128 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4141 std::string msgContent = "content"; variable
4143 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4156 std::string msgContent = "content"; variable
4158 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4171 std::string msgContent = "content"; variable
4173 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), false);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h430 bool GetContentAndTypeId(uint32_t msgId, std::string &msgContent, int &typeId) const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission_list_manager.h541 bool GetContentAndTypeId(uint32_t msgId, std::string &msgContent, int &typeId) const;