/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_functions.cpp | 123 if (!func.IsEmpty()) { in ExecuteReload() 137 if (!func.IsEmpty()) { in ExecuteForceNodeRerender() 150 if (func->IsEmpty()) { in ExecuteHasNodeUpdateFunc() 166 if (!func->IsEmpty()) { in ExecuteRecycle() 178 if (!func->IsEmpty()) { in ExecuteSetActive() 191 if (!func->IsEmpty()) { in ExecuteOnDumpInfo() 564 if (func.IsEmpty()) { in ExecuteFunction() 581 if (func.IsEmpty()) { in ExecuteFunctionWithReturn() 598 if (func.IsEmpty()) { in ExecuteFunctionWithParams() 626 if (!obj.IsEmpty()) { in Destroy() [all …]
|
H A D | js_navigation_stack.cpp | 98 if (obj->IsEmpty()) { in UpdateCheckNavDestinationExistsFunc() 130 bool JSNavigationStack::IsEmpty() in IsEmpty() function in OHOS::Ace::Framework::JSNavigationStack 273 if (array->IsEmpty()) { in GetAllPathName() 303 if (array->IsEmpty()) { in GetAllPathIndex() 343 if (pathInfo->IsEmpty()) { in SetDestinationIdToJsStack() 353 if (pathInfo->IsEmpty()) { in CallByPushDestination() 699 if (obj->IsEmpty()) { in UpdateOnStateChangedCallback() 783 return (objLeft->IsEmpty() && objRight->IsEmpty()) || in GetNodeFromPreBuildList() 1065 if (path->IsEmpty()) { in GetNeedUpdatePathInfo() 1079 if (path->IsEmpty()) { in SetNeedUpdatePathInfo() [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/ |
H A D | ts_code_emitter_interface_test.cpp | 329 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 350 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 371 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 392 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 413 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 434 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 455 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 476 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 497 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); 518 EXPECT_FALSE(stringBuilder.ToString().IsEmpty()); [all …]
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_safe_block_queue_test.cpp | 198 while (!DemoThreadData::shareQueue.IsEmpty()) { 231 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 259 while (!DemoThreadData::shareQueue.IsEmpty()) { 296 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 324 while (!DemoThreadData::shareQueue.IsEmpty()) { 374 while (!DemoThreadData::shareQueue.IsEmpty()) { 429 while (!DemoThreadData::shareQueue.IsEmpty()) { 479 while (!DemoThreadData::shareQueue.IsEmpty()) { 528 while (!DemoThreadData::shareQueue.IsEmpty()) { 585 while (!DemoThreadData::shareQueue.IsEmpty()) { [all …]
|
H A D | utils_safe_block_queue_tracking.cpp | 197 while (!DemoThreadData::shareQueue.IsEmpty()) { 239 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 276 while (!DemoThreadData::shareQueue.IsEmpty()) { 317 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 354 while (!DemoThreadData::shareQueue.IsEmpty()) { 376 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 391 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 412 while (!DemoThreadData::shareQueue.IsEmpty()) { 495 while (!DemoThreadData::shareQueue.IsEmpty()) { 622 while (!DemoThreadData::shareQueue.IsEmpty()) { [all …]
|
H A D | utils_safe_map_test.cpp | 40 ASSERT_FALSE(demoData.IsEmpty()); 64 ASSERT_FALSE(demoData.IsEmpty()); 88 ASSERT_TRUE(demoData.IsEmpty()); 91 ASSERT_FALSE(demoData.IsEmpty()); 106 ASSERT_TRUE(demoData.IsEmpty()); 111 ASSERT_FALSE(demoData.IsEmpty()); 127 ASSERT_TRUE(demoData.IsEmpty()); 134 ASSERT_FALSE(demoData.IsEmpty()); 154 ASSERT_TRUE(demoData.IsEmpty()); 185 ASSERT_TRUE(demoData.IsEmpty()); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 34 bool JsiValue::IsEmpty() const in IsEmpty() function in OHOS::Ace::Framework::JsiValue 36 if (GetHandle().IsEmpty()) { in IsEmpty() 44 if (GetHandle().IsEmpty()) { in IsFunction() 53 if (GetHandle().IsEmpty()) { in IsNumber() 62 if (GetHandle().IsEmpty()) { in IsString() 71 if (GetHandle().IsEmpty()) { in IsBoolean() 80 if (GetHandle().IsEmpty()) { in IsObject() 89 if (GetHandle().IsEmpty()) { in IsArray() 98 if (GetHandle().IsEmpty()) { in IsArrayBuffer() 112 if (GetHandle().IsEmpty()) { in IsUndefined() [all …]
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/ |
H A D | safe_block_queue_benchmark_test.cpp | 228 while (!DemoThreadData::shareQueue.IsEmpty()) { in QueueFullHandler() 266 AssertTrue((DemoThreadData::shareQueue.IsEmpty()), in BENCHMARK_F() 291 AssertTrue((DemoThreadData::shareQueue.IsEmpty()), in BENCHMARK_F() 324 while (!DemoThreadData::shareQueue.IsEmpty()) { in BENCHMARK_F() 344 AssertTrue((DemoThreadData::shareQueue.IsEmpty()), in BENCHMARK_F() 375 while (!DemoThreadData::shareQueue.IsEmpty()) { in BENCHMARK_F() 424 while (!DemoThreadData::shareQueue.IsEmpty()) { in BENCHMARK_F() 471 while (!DemoThreadData::shareQueue.IsEmpty()) { in BENCHMARK_F() 516 while (!DemoThreadData::shareQueue.IsEmpty()) { in BENCHMARK_F() 564 while (!DemoThreadData::shareQueue.IsEmpty()) { in BENCHMARK_F() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 41 if (!(onDragStartId.IsEmpty() && onDragUpdateId.IsEmpty() && onDragEndId.IsEmpty() && in SetDragCallBack() 42 onDragCancelId.IsEmpty())) { in SetDragCallBack() 135 …if (!(onDragStartId.IsEmpty() && onDragUpdateId.IsEmpty() && onDragEndId.IsEmpty() && … 264 if (onClickId.IsEmpty()) { in SetOnClickCallback() 283 if (remoteMessageId.IsEmpty()) { in SetRemoteMessageCallback() 302 if (onDoubleClickId.IsEmpty()) { in SetOnDoubleClickCallback() 320 if (onLongPressId.IsEmpty()) { in SetOnLongPressCallback() 338 if (onPinchStartId.IsEmpty()) { in SetOnPinchStartCallback() 347 if (onPinchUpdateId.IsEmpty()) { in SetOnPinchUpdateCallback() 356 if (onPinchEndId.IsEmpty()) { in SetOnPinchEndCallback() [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/ |
H A D | audio_utils_unit_test.cpp | 365 while (!DemoThreadData::shareQueue.IsEmpty()) { 398 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 426 while (!DemoThreadData::shareQueue.IsEmpty()) { 463 ASSERT_TRUE(DemoThreadData::shareQueue.IsEmpty()); 491 while (!DemoThreadData::shareQueue.IsEmpty()) { 541 while (!DemoThreadData::shareQueue.IsEmpty()) { 596 while (!DemoThreadData::shareQueue.IsEmpty()) { 646 while (!DemoThreadData::shareQueue.IsEmpty()) { 695 while (!DemoThreadData::shareQueue.IsEmpty()) { 752 while (!DemoThreadData::shareQueue.IsEmpty()) { [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 44 if (rect.IsEmpty()) { in MergeDirtyRect() 47 if (currentFrameDirtyRegion_.IsEmpty()) { in MergeDirtyRect() 62 if (rect.IsEmpty()) { in MergeHwcDirtyRect() 65 if (hwcDirtyRegion_.IsEmpty()) { in MergeHwcDirtyRect() 86 if (rect.IsEmpty()) { in MergeDirtyRectAfterMergeHistory() 89 if (dirtyRegion_.IsEmpty()) { in MergeDirtyRectAfterMergeHistory() 119 if (rect.IsEmpty()) { in UpdateCacheableFilterRect() 253 return !dirtyRegion_.IsEmpty(); in IsDirty() 279 (dirtyType < 0) || (rect.IsEmpty())) { in UpdateDirtyRegionInfoForDfx() 388 if (subRect.IsEmpty()) { in MergeHistory() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
H A D | rosen_render_text_span.cpp | 89 if (!gestureEvent.click.eventMarker.IsEmpty()) { in UpdateTouchRegions() 92 if (!gestureEvent.longPress.eventMarker.IsEmpty()) { in UpdateTouchRegions() 99 if (!rawEvent.touchStart.eventMarker.IsEmpty()) { in UpdateTouchRegions() 102 if (!rawEvent.touchMove.eventMarker.IsEmpty()) { in UpdateTouchRegions() 105 if (!rawEvent.touchCancel.eventMarker.IsEmpty()) { in UpdateTouchRegions() 108 if (!rawEvent.touchEnd.eventMarker.IsEmpty()) { in UpdateTouchRegions()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | tracker_table.cpp | 114 if (IsEmpty()) { in GetDropTempTriggerSql() 164 if (!IsEmpty()) { in GetTempInsertTriggerSql() 184 if (!IsEmpty()) { in GetTempUpdateTriggerSql() 189 if (!IsEmpty()) { in GetTempUpdateTriggerSql() 203 if (IsEmpty() && incFlag) { in GetTempDeleteTriggerSql() 212 if (!IsEmpty()) { in GetTempDeleteTriggerSql() 218 if (!IsEmpty() && incFlag) { in GetTempDeleteTriggerSql() 222 if (!IsEmpty()) { in GetTempDeleteTriggerSql() 244 bool TrackerTable::IsEmpty() const in IsEmpty() function in DistributedDB::TrackerTable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | animator_model_impl.cpp | 73 if (!eventMarker.IsEmpty()) { in AddEventListener() 80 if (!eventMarker.IsEmpty()) { in AddEventListener() 87 if (!eventMarker.IsEmpty()) { in AddEventListener() 94 if (!eventMarker.IsEmpty()) { in AddEventListener() 101 if (!eventMarker.IsEmpty()) { in AddEventListener()
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | utility.h | 45 static bool IsEmpty(const char *str) noexcept; 74 inline bool Utility::IsEmpty(const char *str) noexcept 81 if (IsEmpty(s1)) { 82 return IsEmpty(s2); 83 } else if (IsEmpty(s2)) {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_proxy.cpp | 134 if (renderThreadClient_ != nullptr && !implicitCommonTransactionData_->IsEmpty()) { in FlushImplicitTransaction() 145 if (renderServiceClient_ != nullptr && !implicitRemoteTransactionData_->IsEmpty()) { in FlushImplicitTransaction() 153 renderServiceClient_ != nullptr, implicitRemoteTransactionData_->IsEmpty()); in FlushImplicitTransaction() 162 bool RSTransactionProxy::IsEmpty() const in IsEmpty() function in OHOS::Rosen::RSTransactionProxy 167 isEmpty &= implicitCommonTransactionData_->IsEmpty(); in IsEmpty() 170 isEmpty &= implicitRemoteTransactionData_->IsEmpty(); in IsEmpty() 180 if (renderServiceClient_ != nullptr && !implicitTransactionDataFromRT_->IsEmpty()) { in FlushImplicitTransactionFromRT() 252 … if (renderServiceClient_ != nullptr && !implicitRemoteTransactionDataStack_.top()->IsEmpty()) { in Commit() 265 … if (renderThreadClient_ != nullptr && (!implicitCommonTransactionDataStack_.top()->IsEmpty() || in CommitSyncTransaction() 276 … if (renderServiceClient_ != nullptr && (!implicitRemoteTransactionDataStack_.top()->IsEmpty() || in CommitSyncTransaction()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | huks_master.cpp | 342 if (out.IsEmpty()) { in GenerateRandomKey() 356 if (auth.secret.IsEmpty() || auth.token.IsEmpty()) { in AppendSecureAccessParams() 444 if (!payload.IsEmpty()) { in HashWithPrefix() 492 if (auth.secret.IsEmpty() || auth.token.IsEmpty()) { in AppendNonceAadTokenEx() 518 if (auth.secret.IsEmpty() && auth.token.IsEmpty()) { in AppendNewNonceAadToken() 532 if (auth.secret.IsEmpty() || auth.token.IsEmpty()) { in AppendNonceAadToken() 701 if (ctx.shield.IsEmpty()) { in EncryptKeyEx() 705 if (rnd.IsEmpty()) { in EncryptKeyEx() 735 if (ctx.shield.IsEmpty()) { in EncryptKey() 739 if (key.key.IsEmpty()) { in EncryptKey() [all …]
|
H A D | base_key.cpp | 91 if (!keyInfo_.key.IsEmpty()) { in InitKey() 105 return !blob.IsEmpty(); in GenerateKeyBlob() 110 if (blob.IsEmpty()) { in SaveKeyBlob() 244 if ((auth.token.IsEmpty() && auth.secret.IsEmpty()) || // Create user/Delete pincode(EL2-4) in StoreKey() 460 if (auth.secret.IsEmpty()) { in StoreKey() 627 if ((auth.secret.IsEmpty() && auth.token.IsEmpty()) || in StoreKey() 628 (!auth.secret.IsEmpty() && !auth.token.IsEmpty())) { in StoreKey() 652 if (auth.secret.IsEmpty() && !auth.token.IsEmpty()) { in StoreKey() 653 if (!keyContext_.shield.IsEmpty() || !keyContext_.rndEnc.IsEmpty()) { in StoreKey() 733 if (auth.secret.IsEmpty()) { in StoreKey() [all …]
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_encoded_test.cpp | 106 ASSERT_TRUE(rawData1.IsEmpty()); 108 ASSERT_TRUE(rawData2.IsEmpty()); 115 ASSERT_TRUE(!rawData1.IsEmpty()); 131 ASSERT_TRUE(rawData1->IsEmpty()); 139 ASSERT_TRUE(!rawData2->IsEmpty());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_foreach_function.cpp | 27 if (!jsIdentityMapperFunc_.IsEmpty()) { in ExecuteIdentityMapper() 30 if (jsKeys.IsEmpty()) { in ExecuteIdentityMapper() 36 if (!jsKeys.IsEmpty()) { in ExecuteIdentityMapper() 46 if (!jsKeys.IsEmpty()) { in ExecuteIdentityMapper()
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | string.cpp | 234 if (IsEmpty() || c == '\0') { in __anon5e4de09e0502() 257 if (IsEmpty() || string == nullptr || string[0] == '\0') { in __anon5e4de09e0602() 273 if (IsEmpty() || other.IsEmpty()) { in __anon5e4de09e0702() 289 if (IsEmpty() || c == '\0') { in __anon5e4de09e0802() 310 if (IsEmpty() || string == nullptr || string[0] == '\0') { in __anon5e4de09e0902() 325 if (IsEmpty() || other.IsEmpty()) { in __anon5e4de09e0a02() 450 if (IsEmpty()) { in __anon5e4de09e1002() 469 if (IsEmpty()) { in __anon5e4de09e1102() 552 if (target.IsEmpty() || replacement.IsNull()) { in __anon5e4de09e1602() 637 if (other.IsEmpty()) { in operator +=()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | condition_arbitrator.cpp | 63 if (!result || queue.IsEmpty()) { in Decide() 317 if (stack.IsEmpty() || strcmp("(", stack.Peak()) != 0) { in IsValid() 324 return stack.IsEmpty() ? true : false; in IsValid() 360 if (conditions == nullptr || strlen(conditions) == 0 || queue == nullptr || !queue->IsEmpty()) { in DecomPositionConditions() 424 if (queue->IsEmpty()) { in TransformExpression() 434 while (!stack.IsEmpty() && strcmp(stack.Peak(), "(") != 0) { in TransformExpression() 440 if (!stack.IsEmpty() && strcmp("(", stack.Peak()) != 0) { in TransformExpression() 451 while (!stack.IsEmpty()) { in TransformExpression() 482 if (expressionQueue == nullptr || expressionQueue->IsEmpty()) { in Calculate() 491 while (!expressionQueue->IsEmpty()) { in Calculate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_value.cpp | 79 return !value_.IsEmpty() && value_->IsUndefined(); 84 return !value_.IsEmpty() && value_->IsNull(); 89 return !value_.IsEmpty() && value_->IsBoolean(); 94 return !value_.IsEmpty() && value_->IsInt(); 99 return !value_.IsEmpty() && value_->WithinInt32(); 105 return !value_.IsEmpty() && value_->IsString(pandaRuntime->GetEcmaVm()); 111 return !value_.IsEmpty() && value_->IsNumber(); 123 return !value_.IsEmpty() && value_->IsArray(pandaRuntime->GetEcmaVm()); 136 return value_.IsEmpty() || pandaRuntime->HasPendingException(); 411 return value_.IsEmpty() || runtime->HasPendingException(); in CheckException() [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | list.h | 168 if (IsEmpty()) { in PopBack() 191 if (IsEmpty()) { in PopFront() 242 if (IsEmpty()) { in Remove() 268 if (IsEmpty()) { in Clear() 354 bool IsEmpty() const in IsEmpty() function
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_base_test.cpp | 118 ASSERT_TRUE(data->IsEmpty()); 127 ASSERT_TRUE(data->IsEmpty()); 141 ASSERT_TRUE(data1.IsEmpty()); 147 ASSERT_TRUE(!data3.IsEmpty());
|