Home
last modified time | relevance | path

Searched refs:applications_ (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapp_loader.cpp40 applications_.emplace(bundleName, createFunc); in RegisterApplication()
50 auto it = applications_.find("OHOSApplication"); in GetApplicationByName()
51 if (it == applications_.end()) { in GetApplicationByName()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapp_loader_test.cpp68 ApplicationLoader::GetInstance().applications_.clear(); in HWTEST_F()
82 ApplicationLoader::GetInstance().applications_.clear(); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h40 explicit DeathRecipient(SocketObserverList &applications) : applications_(applications) {} in DeathRecipient()
44 applications_.OnRemoteDied(remote);
47 SocketObserverList &applications_; member in OHOS::Bluetooth::BluetoothSocketServer::SocketObserverList::DeathRecipient
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapp_loader.h66 std::unordered_map<std::string, CreateApplication> applications_; member in OHOS::AppExecFwk::ApplicationLoader

Completed in 2 milliseconds