Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/
H A Dclienttransproxyfilecommon_fuzzer.cpp52 bool isBlock = *(reinterpret_cast<const bool*>(data)); in ClientTransProxyFileCommonTest() local
66 FileLock(fd, type, isBlock); in ClientTransProxyFileCommonTest()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_common.h59 int32_t FileLock(int32_t fd, int32_t type, bool isBlock);
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp262 option.isBlock = true; in SyncPullTable()
368 bool MediaLibrarySyncOperation::SyncPushTable(MediaLibrarySyncOpts &syncOpts, vector<string> &devices, bool isBlock) in SyncPushTable() argument
373 option.isBlock = isBlock; in SyncPushTable()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp351 int FileLock(const FileHandle *fileHandle, bool isBlock) in FileLock() argument
644 int FileLock(const FileHandle *fileHandle, bool isBlock)
660 LOGD("Lock file isBlock[%d]", isBlock);
661 if (fcntl(fileHandle->handle, isBlock ? F_SETLKW : F_SETLK, &fileLockInfo) == -1 && !isBlock) {
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_unistore.h57 int32_t rowId, std::vector<std::string> &devices, bool isBlock = false) in SyncPushTable()
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/
H A Dmedialibrary_sync_operation.h66 static bool SyncPushTable(MediaLibrarySyncOpts &syncOpts, std::vector<std::string> &devices, bool isBlock = false);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dplatform_specific.h75 int FileLock(const FileHandle *fileHandle, bool isBlock); // be careful use block=true, may block process
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp435 auto isBlock = layoutProp->GetBlockEventValue(true); in StartEnteringTransitionEffects() local
438 [weak = WeakClaim(this), finish, showInSubWindow, popupId, isBlock]() { in StartEnteringTransitionEffects()
447 if (!isBlock) { in StartEnteringTransitionEffects()
541 auto isBlock = layoutProp->GetBlockEventValue(true); in StartAlphaEnteringAnimation() local
552 [weak = WeakClaim(this), finish, showInSubWindow, popupId, isBlock]() { in StartAlphaEnteringAnimation()
561 if (!isBlock) { in StartAlphaEnteringAnimation()
H A Dbubble_layout_algorithm.h221 void SetHotAreas(bool showInSubWindow, bool isBlock, RefPtr<FrameNode> frameNode, int32_t containerId);
H A Dbubble_layout_algorithm.cpp486 auto isBlock = bubbleProp->GetBlockEventValue(true); in Layout() local
487 dumpInfo_.mask = isBlock; in Layout()
489 SetHotAreas(showInSubWindow, isBlock, frameNode, bubblePattern->GetContainerId()); in Layout()
511 void BubbleLayoutAlgorithm::SetHotAreas(bool showInSubWindow, bool isBlock, in SetHotAreas() argument
516 if (!isBlock) { in SetHotAreas()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/
H A Dbms_bundle_updater_test.cpp209 bool isBlock = false; in UpdateBundle() local
214 isBlock = true; in UpdateBundle()
218 if (!isBlock) { in UpdateBundle()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c287 int32_t FileLock(int32_t fd, int32_t type, bool isBlock) in FileLock() argument
298 int32_t ret = fcntl(fd, isBlock ? F_SETLKW : F_SETLK, &fl); in FileLock()
299 if (ret != 0 && !isBlock) { in FileLock()
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h428 * @param isBlock network blocking
431 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
H A Dnetsys_controller_service_impl.h534 * @param isBlock network blocking
537 int32_t SetBlocking(int32_t ifaceFd, bool isBlock) override;
H A Di_netsys_controller_service.h563 * @param isBlock network blocking
566 virtual int32_t SetBlocking(int32_t ifaceFd, bool isBlock) = 0;
H A Dnetsys_controller.h549 * @param isBlock network blocking
552 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
H A Dnetsys_native_client.h573 * @param isBlock network blocking
576 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h93 bool isBlock; member
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp571 int32_t MockNetsysNativeClient::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument
573 NETMGR_LOG_D("SetBlocking: ifaceFd[%{public}d], isBlock[%{public}d]", ifaceFd, isBlock); in SetBlocking()
H A Dnetsys_controller.cpp871 int32_t NetsysController::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument
873 NETMGR_LOG_D("NetsysController::SetBlocking: ifaceFd[%{public}d], isBlock[%{public}d]", ifaceFd, isBlock); in SetBlocking()
880 return netsysService_->SetBlocking(ifaceFd, isBlock); in SetBlocking()
H A Dnetsys_controller_service_impl.cpp556 int32_t NetsysControllerServiceImpl::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument
560 return mockNetsysClient_.SetBlocking(ifaceFd, isBlock); in SetBlocking()
562 return netsysClient_.SetBlocking(ifaceFd, isBlock); in SetBlocking()
H A Dnetsys_native_client.cpp1080 int32_t NetsysNativeClient::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument
1090 if (!isBlock) { in SetBlocking()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/
H A Dmedialibrary_utils_test.cpp368 bool isBlock = true; in HWTEST_F() local
369 bool ret = MediaLibrarySyncOperation::SyncPushTable(syncOpts, devices, isBlock); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp268 option.isBlock = true; in Sync()
586 option.isBlock = false; in CloudSync()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp877 SyncOption syncOption{ .mode = NDKUtils::TransformMode(mode), .isBlock = false }; in OH_Rdb_CloudSync()

Completed in 30 milliseconds

12