Home
last modified time | relevance | path

Searched refs:GetConnection (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dassert_fault_proxy.cpp85 …ModalSystemAssertUIExtension::AssertDialogConnection> ModalSystemAssertUIExtension::GetConnection() in GetConnection() function in OHOS::AbilityRuntime::ModalSystemAssertUIExtension
105 auto callback = GetConnection(); in CreateModalUIExtension()
144 auto callback = GetConnection(); in DisconnectSystemUI()
H A Dconnection_state_item.cpp276 sptr<IRemoteObject> connectionObj = record->GetConnection(); in AddConnection()
320 sptr<IRemoteObject> connectionObj = record->GetConnection(); in RemoveConnection()
H A Dconnection_record.cpp334 sptr<IRemoteObject> ConnectionRecord::GetConnection() const in GetConnection() function in OHOS::AAFwk::ConnectionRecord
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/assertfaultproxy_fuzzer/
H A Dassertfaultproxy_fuzzer.cpp76 modalSystemAssertUIExtension->GetConnection(); in DoSomethingInterestingWithMyAPI()
78 modalSystemAssertUIExtension->GetConnection(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_channel.cpp409 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName); in GetWindow()
473 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName); in GetWindows()
530 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName); in SetOnKeyPressEventResult()
599 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName); in SendSimulateGesture()
646 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName); in SetTargetBundleName()
665 sptr<AccessibleAbilityConnection> AccessibleAbilityChannel::GetConnection( in GetConnection() function in OHOS::Accessibility::AccessibleAbilityChannel
686 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName); in GetElementOperator()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodal_system_app_freeze_uiextension.cpp47 …emAppFreezeUIExtension::AppFreezeDialogConnection> ModalSystemAppFreezeUIExtension::GetConnection() in GetConnection() function in OHOS::AppExecFwk::ModalSystemAppFreezeUIExtension
85 auto callback = GetConnection(); in CreateModalUIExtension()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dinject_notice_manager.h50 sptr<InjectNoticeConnection> GetConnection() const;
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_connection.cpp114 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId_, clientName_); in GetWindows()
171 sptr<AccessibleAbilityConnection> AccessibleAbilityChannel::GetConnection(int32_t accountId, in GetConnection() function in OHOS::Accessibility::AccessibleAbilityChannel
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/
H A Ddata_access.h100 static std::unique_ptr<DataAccess> GetConnection(
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dmodal_system_app_freeze_uiextension.h67 sptr<AppFreezeDialogConnection> GetConnection();
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dassert_fault_proxy.h91 sptr<AssertDialogConnection> GetConnection();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h147 sptr<IRemoteObject> GetConnection() const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_record.h51 sptr<IRemoteObject> GetConnection();
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_channel.h72 …static sptr<AccessibleAbilityConnection> GetConnection(int32_t accountId, const std::string &clien…
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dinject_notice_manager.cpp95 sptr<InjectNoticeManager::InjectNoticeConnection> InjectNoticeManager::GetConnection() const in GetConnection() function in OHOS::MMI::InjectNoticeManager
H A Dserver_msg_handler.cpp905 auto connection = injectNotice_->GetConnection(); in InitInjectNoticeSource()
932 auto pConnect = injectNotice_->GetConnection(); in AddInjectNotice()
965 auto pConnect = injectNotice_->GetConnection(); in CloseInjectNotice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp73 …MultiVerNaturalStoreConnection *GetConnection(const std::string &dir, const std::string &storeId, … in GetConnection() function
488 g_connectionB = GetConnection(g_config.dataDir, STORE_ID_B, errCode);
491 g_connectionA = GetConnection(g_config.dataDir, STORE_ID_A, errCode);
530 g_connectionB = GetConnection(g_config.dataDir, STORE_ID_B, errCode);
533 g_connectionA = GetConnection(g_config.dataDir, STORE_ID_A, errCode);
575 g_connectionB = GetConnection(g_config.dataDir, STORE_ID_B, errCode);
580 g_connectionA = GetConnection(g_config.dataDir, STORE_ID_A, errCode);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp98 auto connect = iface_cast<CallerConnection>(localCallRecord->GetConnection()); in ReleaseCall()
139 auto connect = iface_cast<CallerConnection>(localCallRecord->GetConnection()); in ClearFailedCallConnection()
H A Dlocal_call_record.cpp216 sptr<IRemoteObject> LocalCallRecord::GetConnection() in GetConnection() function in OHOS::AbilityRuntime::LocalCallRecord
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1520 auto connection = handler.injectNotice_->GetConnection();
1542 auto connection = handler.injectNotice_->GetConnection();
1565 auto connection = handler.injectNotice_->GetConnection();
1588 auto connection = handler.injectNotice_->GetConnection();
1590 auto pConnect = handler.injectNotice_->GetConnection();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp170 connectionRecord->GetConnection(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp290 RSRenderServiceConnection* RSProfiler::GetConnection(pid_t pid) in GetConnection() function in OHOS::Rosen::RSProfiler
1438 RSRenderServiceConnection* connection = GetConnection(Utils::GetMockPid(pid)); in PlaybackUpdate()
1442 connection = GetConnection(Utils::GetMockPid(pids[0])); in PlaybackUpdate()
H A Drs_profiler.h302 static RSRenderServiceConnection* GetConnection(pid_t pid);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_record_ut_test.cpp494 EXPECT_EQ(localCallRecord.GetConnection(), connect);