Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp60 return appSpawnClient_->OpenConnection(); in OpenAppSpawnConnection()
184 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
225 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
358 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
384 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
408 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
437 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
462 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
490 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
518 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dremote_connect_manager.cpp36 ResultCode RemoteConnectionManager::OpenConnection(const std::string &connectionName, in OpenConnection() function in OHOS::UserIam::UserAuth::RemoteConnectionManager
40 return SoftBusManager::GetInstance().OpenConnection(connectionName, tokenId, remoteNetworkId); in OpenConnection()
H A Dsoft_bus_manager.cpp478 ResultCode SoftBusManager::OpenConnection(const std::string &connectionName, const uint32_t tokenId, in OpenConnection() function in OHOS::UserIam::UserAuth::SoftBusManager
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H A Dams_service_app_spawn_client_module_test.cpp143 return appSpawnClient_->OpenConnection(); in OpenAppSpawnConnection()
301 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
324 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
357 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
390 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
424 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
453 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
482 EXPECT_EQ(ERR_OK, appSpawnClient->OpenConnection());
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Dmonitor.cpp60 int32_t ret = OpenConnection(); in Enable()
89 int32_t Monitor::OpenConnection() in OpenConnection() function in OHOS::Msdp::DeviceStatus::Monitor
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Dmonitor.cpp60 int32_t ret = OpenConnection(); in Enable()
89 int32_t Monitor::OpenConnection() in OpenConnection() function in OHOS::Msdp::DeviceStatus::Monitor
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_spawn_client.h29 MOCK_METHOD0(OpenConnection, ErrCode());
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp69 asc->OpenConnection();
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Dmonitor.h46 int32_t OpenConnection();
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/
H A Dmonitor.h46 int32_t OpenConnection();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp77 ErrCode AppSpawnClient::OpenConnection() in OpenConnection() function in OHOS::AppExecFwk::AppSpawnClient
470 return OpenConnection(); in PreStartNWebSpawnProcess()
485 ret = OpenConnection(); in StartProcess()
534 ret = OpenConnection(); in GetRenderProcessTerminationStatus()
H A Dapp_mgr_service_inner.cpp2549 return remoteClientManager_->GetSpawnClient()->OpenConnection(); in OpenAppSpawnConnection()
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dremote_connect_manager.h38 ResultCode OpenConnection(const std::string &connectionName,
H A Dsoft_bus_manager.h43 …ResultCode OpenConnection(const std::string &connectionName, const uint32_t tokenId, const std::st…
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.h55 …static int OpenConnection(const OpenParam &param, const std::shared_ptr<AuthNegotiateChannel> &cha…
H A Dauth_negotiate_channel.cpp351 int AuthNegotiateChannel::OpenConnection(const OpenParam &param, const std::shared_ptr<AuthNegotiat… in OpenConnection() function in OHOS::SoftBus::AuthNegotiateChannel
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Dmonitor_test.cpp115 int32_t ret = monitor.OpenConnection();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp80 appSpawnClient.OpenConnection(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h133 ErrCode OpenConnection();
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dmonitor_test.cpp115 int32_t ret = monitor.OpenConnection();
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp270 …RemoteConnectionManager::GetInstance().OpenConnection(connectionName_, collectorNetworkId_, GetTok… in SetupConnection()
H A Dremote_auth_invoker_context.cpp213 …RemoteConnectionManager::GetInstance().OpenConnection(connectionName_, verifierNetworkId_, GetToke… in OnStart()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp161 softBusManager.OpenConnection(connectionName, tokenId, networkId); in FuzzSoftBusManagerFisrst()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1857 ret = AuthNegotiateChannel::OpenConnection(param, authChannel); in OpenAuthConnection()