Home
last modified time | relevance | path

Searched refs:GetContentAndTypeId (Results 1 – 5 of 5) sorted by relevance

/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;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp4113 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4128 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4143 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4158 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), true);
4173 EXPECT_EQ(uiAbilityLifecycleManager->GetContentAndTypeId(msgId, msgContent, typeId), false);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1107 if (!GetContentAndTypeId(msgId, msgContent, typeId)) { in PrintTimeOutLog()
1146 bool UIAbilityLifecycleManager::GetContentAndTypeId(uint32_t msgId, std::string &msgContent, int &t… in GetContentAndTypeId() function in OHOS::AAFwk::UIAbilityLifecycleManager
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp2203 if (!GetContentAndTypeId(msgId, msgContent, typeId)) { in PrintTimeOutLog()
2241 bool MissionListManager::GetContentAndTypeId(uint32_t msgId, std::string &msgContent, int &typeId) … in GetContentAndTypeId() function in OHOS::AAFwk::MissionListManager