Searched defs:ChangeAppSwitchContext (Results 1 – 1 of 1) sorted by relevance
149 struct ChangeAppSwitchContext : public ContextBase { in ChangeAppCloudSwitch() struct150 std::string accountId; in ChangeAppCloudSwitch()151 std::string bundleName; in ChangeAppCloudSwitch()152 CloudService::Switch state; in ChangeAppCloudSwitch()258 struct ChangeAppSwitchContext : public ContextBase { struct267 auto ctxt = std::make_shared<ChangeAppSwitchContext>(); in NotifyDataChange() argument