/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/ |
H A D | clienttransproxyfilecommon_fuzzer.cpp | 52 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 D | client_trans_proxy_file_common.h | 59 int32_t FileLock(int32_t fd, int32_t type, bool isBlock);
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/ |
H A D | medialibrary_sync_operation.cpp | 262 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 D | platform_specific.cpp | 351 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 D | medialibrary_unistore.h | 57 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 D | medialibrary_sync_operation.h | 66 static bool SyncPushTable(MediaLibrarySyncOpts &syncOpts, std::vector<std::string> &devices, bool isBlock = false);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | platform_specific.h | 75 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 D | bubble_pattern.cpp | 435 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 D | bubble_layout_algorithm.h | 221 void SetHotAreas(bool showInSubWindow, bool isBlock, RefPtr<FrameNode> frameNode, int32_t containerId);
|
H A D | bubble_layout_algorithm.cpp | 486 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 D | bms_bundle_updater_test.cpp | 209 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 D | client_trans_proxy_file_common.c | 287 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 D | mock_netsys_native_client.h | 428 * @param isBlock network blocking 431 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
|
H A D | netsys_controller_service_impl.h | 534 * @param isBlock network blocking 537 int32_t SetBlocking(int32_t ifaceFd, bool isBlock) override;
|
H A D | i_netsys_controller_service.h | 563 * @param isBlock network blocking 566 virtual int32_t SetBlocking(int32_t ifaceFd, bool isBlock) = 0;
|
H A D | netsys_controller.h | 549 * @param isBlock network blocking 552 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
|
H A D | netsys_native_client.h | 573 * @param isBlock network blocking 576 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 93 bool isBlock; member
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | mock_netsys_native_client.cpp | 571 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 D | netsys_controller.cpp | 871 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 D | netsys_controller_service_impl.cpp | 556 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 D | netsys_native_client.cpp | 1080 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 D | medialibrary_utils_test.cpp | 368 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 D | relational_store_impl_rdbstore.cpp | 268 option.isBlock = true; in Sync() 586 option.isBlock = false; in CloudSync()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 877 SyncOption syncOption{ .mode = NDKUtils::TransformMode(mode), .isBlock = false }; in OH_Rdb_CloudSync()
|