Home
last modified time | relevance | path

Searched refs:isOpen (Results 51 - 75 of 86) sorted by relevance

1234

/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h155 virtual VsyncError SetVsyncCallBackForEveryFrame(FrameCallback callback, bool isOpen);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_client_test.cpp387 bool isOpen = true; in HWTEST_F() local
388 int32_t ret = nativeClient_.UpdateNetworkSharingType(type, isOpen); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp732 bool isOpen = true; in HWTEST_F() local
733 auto ret = instance_->UpdateNetworkSharingType(type, isOpen); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp520 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override
1855 bool isOpen = true; in HWTEST_F() local
1863 if (!data.WriteBool(isOpen)) { in HWTEST_F()
/third_party/skia/src/gpu/vk/
H A DGrVkResourceProvider.cpp440 if (!pool->isOpen()) { in checkCommandBuffers()
456 if (!pool->isOpen()) { in forceSyncAllCommandBuffers()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp106 status->isOpen = true; in GetNetFirewallPolicySptr()
H A Dnetfirewall_client_test.cpp232 status->isOpen = true; in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/
H A Dnet_firewall_exec.cpp90 NapiUtils::SetBooleanProperty(context->GetEnv(), firewallStatus, NET_FIREWALL_IS_OPEN, context->status_->isOpen); in GetNetFirewallPolicyCallback()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_jpeg_test.cpp252 bool isOpen = fs->is_open(); in HWTEST_F() local
253 ASSERT_EQ(isOpen, true); in HWTEST_F()
440 bool isOpen = fs->is_open(); in HWTEST_F() local
441 ASSERT_EQ(isOpen, true); in HWTEST_F()
690 bool isOpen = fs->is_open(); in HWTEST_F() local
691 ASSERT_EQ(isOpen, true); in HWTEST_F()
1025 bool isOpen = fs->is_open(); in HWTEST_F() local
1026 ASSERT_EQ(isOpen, true); in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp817 int32_t NetsysControllerServiceImpl::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() argument
819 NETMGR_LOG_D("UpdateNetworkSharingType: type=%{public}d isOpen=%{public}d", in UpdateNetworkSharingType()
820 type, isOpen); in UpdateNetworkSharingType()
821 return netsysClient_.UpdateNetworkSharingType(type, isOpen); in UpdateNetworkSharingType()
H A Dnetsys_controller.cpp1348 int32_t NetsysController::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() argument
1356 return netsysService_->UpdateNetworkSharingType(type, isOpen); in UpdateNetworkSharingType()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h173 virtual int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) = 0;
H A Dnetsys_native_service_proxy.h139 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h162 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp498 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h857 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
H A Di_netsys_controller_service.h885 virtual int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) = 0;
H A Dnetsys_controller.h868 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen);
H A Dnetsys_native_client.h896 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen);
/third_party/typescript/tests/baselines/reference/
H A DjsxComplexSignatureHasApplicabilityError.js243 isOpen: boolean;
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp2751 bool isOpen = false;
2777 isOpen = true;
2823 if (isOpen && !phySize_Defined)
2889 if (isOpen && mode.CanReturnArc && phySize_Defined)
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp910 int32_t NetsysNativeService::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() argument
914 if (isOpen) { in UpdateNetworkSharingType()
H A Dnetsys_native_service_stub.cpp1848 bool isOpen = false; in CmdUpdateNetworkSharingType() local
1849 if (!data.ReadBool(isOpen)) { in CmdUpdateNetworkSharingType()
1854 int32_t ret = UpdateNetworkSharingType(type, isOpen); in CmdUpdateNetworkSharingType()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h375 bool isOpen { false };
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_client_test.cpp232 status->isOpen = true; in HWTEST_F()

Completed in 39 milliseconds

1234