/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | assert_fault_proxy.cpp | 85 …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 D | connection_state_item.cpp | 276 sptr<IRemoteObject> connectionObj = record->GetConnection(); in AddConnection() 320 sptr<IRemoteObject> connectionObj = record->GetConnection(); in RemoveConnection()
|
H A D | connection_record.cpp | 334 sptr<IRemoteObject> ConnectionRecord::GetConnection() const in GetConnection() function in OHOS::AAFwk::ConnectionRecord
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/assertfaultproxy_fuzzer/ |
H A D | assertfaultproxy_fuzzer.cpp | 76 modalSystemAssertUIExtension->GetConnection(); in DoSomethingInterestingWithMyAPI() 78 modalSystemAssertUIExtension->GetConnection(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_channel.cpp | 409 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 D | modal_system_app_freeze_uiextension.cpp | 47 …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 D | inject_notice_manager.h | 50 sptr<InjectNoticeConnection> GetConnection() const;
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessible_ability_connection.cpp | 114 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 D | data_access.h | 100 static std::unique_ptr<DataAccess> GetConnection(
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | modal_system_app_freeze_uiextension.h | 67 sptr<AppFreezeDialogConnection> GetConnection();
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | assert_fault_proxy.h | 91 sptr<AssertDialogConnection> GetConnection();
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | connection_record.h | 147 sptr<IRemoteObject> GetConnection() const;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
H A D | local_call_record.h | 51 sptr<IRemoteObject> GetConnection();
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessible_ability_channel.h | 72 …static sptr<AccessibleAbilityConnection> GetConnection(int32_t accountId, const std::string &clien…
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | inject_notice_manager.cpp | 95 sptr<InjectNoticeManager::InjectNoticeConnection> InjectNoticeManager::GetConnection() const in GetConnection() function in OHOS::MMI::InjectNoticeManager
|
H A D | server_msg_handler.cpp | 905 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 D | distributeddb_multi_ver_p2p_sync_test.cpp | 73 …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 D | local_call_container.cpp | 98 auto connect = iface_cast<CallerConnection>(localCallRecord->GetConnection()); in ReleaseCall() 139 auto connect = iface_cast<CallerConnection>(localCallRecord->GetConnection()); in ClearFailedCallConnection()
|
H A D | local_call_record.cpp | 216 sptr<IRemoteObject> LocalCallRecord::GetConnection() in GetConnection() function in OHOS::AbilityRuntime::LocalCallRecord
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 1520 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 D | connectionstatemanager_fuzzer.cpp | 170 connectionRecord->GetConnection(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 290 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 D | rs_profiler.h | 302 static RSRenderServiceConnection* GetConnection(pid_t pid);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
H A D | local_call_record_ut_test.cpp | 494 EXPECT_EQ(localCallRecord.GetConnection(), connect);
|