Searched defs:instance_ (Results 1 – 8 of 8) sorted by relevance
46 static std::shared_ptr<ContactsAccount> instance_; variable
41 static std::shared_ptr<AccountSync> instance_; variable
37 static std::shared_ptr<DataBaseDisasterRecovery> instance_; variable
31 std::shared_ptr<AccountEventManager> AccountEventManager::instance_ = nullptr; member in OHOS::Contacts::AccountEventManager
36 std::shared_ptr<AccountSync> AccountSync::instance_ = nullptr; member in OHOS::Contacts::AccountSync
34 std::shared_ptr<DataBaseDisasterRecovery> DataBaseDisasterRecovery::instance_ = nullptr; member in OHOS::Contacts::DataBaseDisasterRecovery
44 static std::shared_ptr<Player> instance_ = nullptr; in CreatePlayer() local
24 std::shared_ptr<ContactsAccount> ContactsAccount::instance_ = nullptr; member in OHOS::Contacts::ContactsAccount