Home
last modified time | relevance | path

Searched defs:isValid (Results 1 - 25 of 108) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textarea.cpp126 auto isValid = !(info.Length() < 1 || !info[0]->IsNumber() || info[0]->ToNumber<int32_t>() <= 0); in SetMaxLines() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.h29 bool isValid = false; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sub_unit_info.cpp76 bool isValid = false; in DisassemblePacket() local
H A Davrcp_ct_pass_through.cpp71 bool isValid = false; in DisassemblePacket() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sub_unit_info.cpp76 bool isValid = false; in DisassemblePacket() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_shared_buffer.cpp94 void A2dpSharedBuffer::SetValid(bool isValid) in SetValid() argument
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Dnull_check_test.cpp388 bool *isValid = nullptr; in HWTEST_F() local
408 bool *isValid = nullptr; in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/
H A Dsample_utils.cpp30 void ThreadSleep(bool isValid, int32_t interval) in ThreadSleep() argument
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_callback.h61 std::shared_ptr<bool> isValid; member
67 std::shared_ptr<bool> isValid; member
H A Dnapi_avcontroller_callback.h90 std::shared_ptr<bool> isValid; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Drelational_remote_query_continue_token.cpp30 bool isValid = (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END); in CheckValid() local
H A Dsqlite_single_ver_relational_continue_token.cpp27 bool isValid = (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END); in CheckValid() local
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Dnull_check_test.cpp463 bool *isValid = nullptr; in HWTEST_F() local
483 bool *isValid = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dmission_info.h66 bool isValid = false; member
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Dcj_ability_stage_object.h38 bool isValid; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h44 bool isValid = false; member
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_async_callback.cpp181 void NapiAsyncCallback::CallWithFlag(napi_ref& method, std::shared_ptr<bool> isValid, NapiArgsGetter getter) in CallWithFlag() argument
195 void NapiAsyncCallback::CallWithFunc(napi_ref& method, std::shared_ptr<bool> isValid, in CallWithFunc() argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ability_object.h38 bool isValid; member
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp358 bool isValid = false; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dsend_task_scheduler.h41 bool isValid = true; member
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp2174 bool isValid = sessionManagerPtr_->ValidRestoreDataType(RESTORE_DATA_READDY); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_transition_proxy.h242 bool isValid = true; member
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp197 bool isValid = CheckCalcIsValid(formula); in ConvertDal2Rpn() local
H A Dtime_util.cpp125 bool isValid = GreatOrEqual(hoursWest, HOURS_WEST_LOWER_LIMIT) && LessOrEqual(hoursWest, HOURS_WEST_UPPER_LIMIT); in IsHoursWestValid() local
180 bool isValid = GreatOrEqual(hoursWest, HOURS_WEST_LOWER_LIMIT) && LessOrEqual(hoursWest, HOURS_WEST_UPPER_LIMIT); in HoursWestIsValid() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp190 bool isValid = FilePath::PathIsValid(absolutePath); in FlushEntriesIfNeeded() local

Completed in 16 milliseconds

12345