Home
last modified time | relevance | path

Searched defs:ChangeAppSwitchContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_config.cpp149 struct ChangeAppSwitchContext : public ContextBase { in ChangeAppCloudSwitch() struct
150 std::string accountId; in ChangeAppCloudSwitch()
151 std::string bundleName; in ChangeAppCloudSwitch()
152 CloudService::Switch state; in ChangeAppCloudSwitch()
258 struct ChangeAppSwitchContext : public ContextBase { struct
267 auto ctxt = std::make_shared<ChangeAppSwitchContext>(); in NotifyDataChange() argument