Home
last modified time | relevance | path

Searched defs:checkValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c269 bool checkValue = (tzFd < 0 || filePath == NULL); in TEEC_LoadSecfile() local
H A Dtee_client_api.c572 …bool checkValue = (paramType[paramCnt] == TEEC_ION_INPUT || paramType[paramCnt] == TEEC_ION_SG… in TEEC_EncodeParam() local
1641 …bool checkValue = (paramType[paramCnt] == TEEC_ION_INPUT || paramType[paramCnt] == TEEC_ION_SG… in TEEC_CheckOperation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp68 auto checkValue = toggleComponent_->GetCheckedState(); in HandleClickEvent() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_operation_test.cpp495 Value &checkValue) in CheckRecoverData()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp236 static int CheckBaseDataReply(const OHIPCParcel *data, T checkValue, in CheckBaseDataReply()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp870 … isSameValueMat4 = [](TransformHelper::Matrix4 expectVal, TransformHelper::Matrix4 checkValue) -> … in __anon4510ab640202()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_Extend_test_ng.cpp1221 auto checkValue = testData.second.value; variable