Searched refs:cObserver (Results 1 – 1 of 1) sorted by relevance
166 std::shared_ptr<ConfigObserver> cObserver = std::make_shared<ConfigObserver>(); in DoSomethingInterestingGetAbility() local184 ….SubscribeConfigObserver(static_cast<OHOS::AccessibilityConfig::CONFIG_ID>(temp), cObserver, flag); in DoSomethingInterestingGetAbility()186 …nfig.UnsubscribeConfigObserver(static_cast<OHOS::AccessibilityConfig::CONFIG_ID>(temp), cObserver); in DoSomethingInterestingGetAbility()