Home
last modified time | relevance | path

Searched refs:displayValue (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas8/
H A Dindex.js22 displayValue: 'flex'
26 if (this.displayValue === 'flex') {
27 this.displayValue = 'none';
29 this.displayValue = 'flex';
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c29 uint8_t *displayValue; member
79 GapLeAuthenticationRequest(param->handle, param->pairMethod, param->displayValue); in GapLeAuthenticationRequestTask()
86 if (param->displayValue != NULL) { in GapFreeLeAuthenticationRequest()
87 MEM_MALLOC.free(param->displayValue); in GapFreeLeAuthenticationRequest()
91 …atic uint8_t *GapAllocLeAuthenticationRequestValue(uint8_t pairMethod, const uint8_t *displayValue) in GapAllocLeAuthenticationRequestValue() argument
117 (void)memcpy_s(value, valueLength, displayValue, valueLength); in GapAllocLeAuthenticationRequestValue()
123 …id GapRecvLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapRecvLeAuthenticationRequest() argument
134 smParam->displayValue = GapAllocLeAuthenticationRequestValue(pairMethod, displayValue); in GapRecvLeAuthenticationRequest()
135 if (smParam->displayValue == NULL && displayValue != NULL) { in GapRecvLeAuthenticationRequest()
H A Dgap_le_sec.c98 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLePasskeyRequestProcess() argument
105 addr, *(uint32_t *)displayValue, g_lePairCallback.context); in GapLePasskeyRequestProcess()
106 ret = SMP_AuthenticationRequestReply(handle, true, 0x00, pairMethod, displayValue); in GapLePasskeyRequestProcess()
153 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeSecureConnectionOOBProcess() argument
162 const uint8_t *data = displayValue; in GapLeSecureConnectionOOBProcess()
206 BtAddr addr, uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapLeAuthenticationRequestProcess() argument
213 GapLePasskeyRequestProcess(&addr, handle, pairMethod, displayValue); in GapLeAuthenticationRequestProcess()
216 GapLeUserConfirmProcess(&addr, handle, pairMethod, displayValue); in GapLeAuthenticationRequestProcess()
219 GapLeLegacyOOBProcess(&addr, handle, pairMethod, displayValue); in GapLeAuthenticationRequestProcess()
230 GapLeSecureConnectionOOBProcess(&addr, handle, pairMethod, displayValue); in GapLeAuthenticationRequestProcess()
[all …]
H A Dgap_internal.h182 void GapLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/progress/horizontal/style/
H A Dstyle.js20 this.displayValue = displayData[1];
23 this.displayValue = displayData[0];
29 displayValue: displayData[0]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item11/
H A Ditem11.js21 displayValue: displayData[0]
25 this.displayValue = displayData[1];
28 this.displayValue = displayData[0];
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c197 char displayValue[OHOS_DISPLAY_VERSION_LEN] = {0}; in BuildDisplayVersion() local
215 len = sprintf_s(displayValue, OHOS_DISPLAY_VERSION_LEN, "%s(%s)", versionValue, in BuildDisplayVersion()
224 len = sprintf_s(displayValue, OHOS_DISPLAY_VERSION_LEN, "%s%s)", tempValue, in BuildDisplayVersion()
231 return strdup(displayValue); in BuildDisplayVersion()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_common.h36 void SMP_NotifyCbAuthReq(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue);
H A Dsmp.h171 …P_CallbackAuthenticationRequest)(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue);
H A Dsmp.c1744 void SMP_NotifyCbAuthReq(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in SMP_NotifyCbAuthReq() argument
1747 g_smpCallBack.SMP_CallbackAuthenticationRequest(handle, pairMethod, displayValue); in SMP_NotifyCbAuthReq()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp735 bool displayValue = false; // default value, means not show axis in SetOptionsAxisDisplay() local
738 displayValue = jerry_get_boolean_value(jDisplayValue); in SetOptionsAxisDisplay()
741 xAxis_->SetVisible(displayValue); in SetOptionsAxisDisplay()
743 yAxis_->SetVisible(displayValue); in SetOptionsAxisDisplay()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js924 let displayValue;
928 displayValue = '[' + node.value_.value_.length + ']' + arrayValue;
935 displayValue = NodeTools.jinZhi10ToX(
940 displayValue = 'delete';
943 displayValue = 'true';
945 displayValue = 'false';
948 displayValue = node.value_.value_;
956 keyAndValue = node.name_ + ' = ' + displayValue;