Home
last modified time | relevance | path

Searched refs:OpenChannel (Results 1 - 18 of 18) sorted by relevance

/base/msdp/device_status/test/unittest/intention/common/src/
H A Dchannel_test.cpp51 auto [sender, receiver] = Channel<size_t>::OpenChannel(); in HWTEST_F()
80 auto [sender, receiver] = Channel<size_t>::OpenChannel(); in HWTEST_F()
109 auto [sender, receiver] = Channel<size_t>::OpenChannel(); in HWTEST_F()
122 auto [sender, receiver] = Channel<size_t>::OpenChannel(); in HWTEST_F()
/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/
H A Dchannel_manager.h33 int32_t OpenChannel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *returnChannelId);
/base/telephony/core_service/services/sim/include/
H A Dicc_operator_privilege_controller.h55 void OpenChannel();
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp57 MOCK_METHOD(int32_t, OpenChannel, (int32_t & sockFd), (override));
119 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)) in HWTEST_F()
149 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)).WillRepeatedly(testing::Return(E_CHANNEL_NOT_OPEN)); in HWTEST_F()
306 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)).WillOnce(testing::Return(E_CHANNEL_NOT_OPEN)); in HWTEST_F()
360 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)) in HWTEST_F()
595 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)).WillRepeatedly(testing::Return(E_TASK_STATE)); in HWTEST_F()
682 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)).WillOnce(testing::Return(E_CHANNEL_NOT_OPEN)); in HWTEST_F()
795 EXPECT_CALL(*exceptProxy, OpenChannel(testing::_)).WillOnce(testing::Return(E_CHANNEL_NOT_OPEN)); in HWTEST_F()
/base/request/request/frameworks/native/include/
H A Drequest_service_proxy.h46 int32_t OpenChannel(int32_t &sockFd) override;
H A Drequest_service_interface.h45 virtual int32_t OpenChannel(int32_t &sockFd) = 0;
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/
H A Dchannel_manager.c60 int32_t OpenChannel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *returnChannelId) in OpenChannel() function
/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h162 static std::pair<Sender, Receiver> OpenChannel();
181 std::pair<typename Channel<Event>::Sender, typename Channel<Event>::Receiver> Channel<Event>::OpenChannel() in OpenChannel() function in OHOS::Msdp::DeviceStatus::Channel
/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp288 OpenChannel(); in ProcessSimStateChanged()
295 void IccOperatorPrivilegeController::OpenChannel() in OpenChannel() function in OHOS::Telephony::IccOperatorPrivilegeController
/base/request/request/services/src/service/client/
H A Dmanager.rs83 ClientEvent::OpenChannel(pid, tx) => self.handle_open_channel(pid, tx),
H A Dmod.rs36 OpenChannel(u64, Sender<Result<i32, ErrorCode>>),
54 let event = ClientEvent::OpenChannel(pid, tx);
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate.cpp36 auto [sender, receiver] = Channel<CooperateEvent>::OpenChannel(); in Cooperate()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp491 res = OpenChannel(SERVICE_CHANNEL, nullptr, 123, nullptr); in HWTEST_F()
496 res = OpenChannel(SOFT_BUS, jsonParams, 123, &returnChannelId); in HWTEST_F()
499 res = OpenChannel(SOFT_BUS, jsonParams, 123, &returnChannelId); in HWTEST_F()
502 res = OpenChannel(NO_CHANNEL, nullptr, 123, &returnChannelId); in HWTEST_F()
/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp396 int32_t ret = proxy->OpenChannel(sockFd); in EnsureChannelOpen()
H A Drequest_service_proxy.cpp364 int32_t RequestServiceProxy::OpenChannel(int32_t &sockFd) in OpenChannel() function in OHOS::Request::RequestServiceProxy
366 REQUEST_HILOGD("Request OpenChannel"); in OpenChannel()
373 REQUEST_HILOGE("End Request OpenChannel, failed: %{public}d", ret); in OpenChannel()
378 REQUEST_HILOGE("End Request OpenChannel, failed: %{public}d", errCode); in OpenChannel()
383 REQUEST_HILOGD("End Request OpenChannel ok, fd: %{public}d", sockFd); in OpenChannel()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp388 auto [sender, receiver] = Channel<CooperateEvent>::OpenChannel(); in HWTEST_F()
559 auto [sender, receiver] = Channel<CooperateEvent>::OpenChannel(); in HWTEST_F()
/base/security/device_auth/services/
H A Ddevice_auth.c368 res = OpenChannel(channelType, context, requestId, &channelId); in BuildClientBindContext()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp119 iccOperatorPrivilegeController->OpenChannel(); in HWTEST_F()

Completed in 23 milliseconds