Home
last modified time | relevance | path

Searched defs:value (Results 6726 - 6750 of 11240) sorted by relevance

1...<<261262263264265266267268269270>>...450

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp241 void AVReceiverEngine::SetParameterInner(AVTransTag tag, const std::string &value) in SetParameterInner() argument
285 SetParameter(AVTransTag tag, const std::string &value) SetParameter() argument
348 SetVideoWidth(const std::string &value) SetVideoWidth() argument
358 SetVideoHeight(const std::string &value) SetVideoHeight() argument
368 SetVideoFrameRate(const std::string &value) SetVideoFrameRate() argument
379 SetAudioBitRate(const std::string &value) SetAudioBitRate() argument
389 SetVideoBitRate(const std::string &value) SetVideoBitRate() argument
399 SetVideoCodecType(const std::string &value) SetVideoCodecType() argument
422 SetAudioCodecType(const std::string &value) SetAudioCodecType() argument
435 SetAudioChannelMask(const std::string &value) SetAudioChannelMask() argument
446 SetAudioSampleRate(const std::string &value) SetAudioSampleRate() argument
457 SetAudioChannelLayout(const std::string &value) SetAudioChannelLayout() argument
468 SetAudioSampleFormat(const std::string &value) SetAudioSampleFormat() argument
478 SetAudioFrameSize(const std::string &value) SetAudioFrameSize() argument
488 SetSyncResult(const std::string &value) SetSyncResult() argument
494 avOutput_->SetParameter(static_cast<int32_t>(Plugin::Tag::USER_TIME_SYNC_RESULT), value); SetSyncResult() local
498 SetStartAvSync(const std::string &value) SetStartAvSync() argument
504 avOutput_->SetParameter(static_cast<int32_t>(Plugin::Tag::USER_AV_SYNC_GROUP_INFO), value); SetStartAvSync() local
508 SetStopAvSync(const std::string &value) SetStopAvSync() argument
514 avOutput_->SetParameter(static_cast<int32_t>(Plugin::Tag::USER_AV_SYNC_GROUP_INFO), value); SetStopAvSync() local
518 SetSharedMemoryFd(const std::string &value) SetSharedMemoryFd() argument
524 avOutput_->SetParameter(static_cast<int32_t>(Plugin::Tag::USER_SHARED_MEMORY_FD), value); SetSharedMemoryFd() local
528 SetEngineReady(const std::string &value) SetEngineReady() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info_manager.cpp384 const std::string value = item.value.ToString(); in HandleCapabilityAddChange() local
424 const std::string value = item.value.ToString(); in HandleCapabilityUpdateChange() local
468 const std::string value = item.value.ToString(); HandleCapabilityDeleteChange() local
498 IsCapabilityMatchFilter(const std::shared_ptr<CapabilityInfo> cap, const CapabilityInfoFilter &filter, const std::string &value) IsCapabilityMatchFilter() argument
[all...]
H A Dmeta_info_manager.cpp303 int32_t MetaInfoManager::GetMetaCapByValue(const std::string &value, std::shared_ptr<MetaCapabilityInfo> &metaCapPtr) in GetMetaCapByValue() argument
422 const std::string value = item.value.ToString(); in HandleMetaCapabilityAddChange() local
458 const std::string value = item.value.ToString(); HandleMetaCapabilityUpdateChange() local
498 const std::string value = item.value.ToString(); HandleMetaCapabilityDeleteChange() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.cpp278 int value = (volume > 15) ? 15 : volume; in SetHfVolume() local
452 ReportHfIndicator(int indicator, int value) ReportHfIndicator() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c345 uint32_t value = 0; in SoftBusCryptoRand() local
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c473 uint32_t value = 0; in SoftBusCryptoRand() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c27 FillpErrorType SpungePostMsg(struct SpungeInstance *inst, void *value, FILLP_INT type, FILLP_BOOL block) in SpungePostMsg() argument
70 static void SpungeHandleMsgAllocSock(void *value, struct SpungeInstance *inst) in SpungeHandleMsgAllocSock() argument
118 static void SpungeHandleMsgFreeSockEagain(void *value, struct SpungeInstance *inst) in SpungeHandleMsgFreeSockEagain() argument
138 SpungeListenMsgCheckState(void *value, struct SpungeInstance *inst, struct FtSocket **pSock, struct SockOsSocket **pOsSock) SpungeListenMsgCheckState() argument
184 SpungeHandleMsgListen(void *value, struct SpungeInstance *inst) SpungeHandleMsgListen() argument
254 SpungeConnMsgGetSock(void *value, struct FtSocket **pSock, struct SockOsSocket **pOsSock) SpungeConnMsgGetSock() argument
306 SpungeHandleMsgConnect(void *value, struct SpungeInstance *inst) SpungeHandleMsgConnect() argument
416 SpungeHandleMsgBind(void *value, struct SpungeInstance *inst) SpungeHandleMsgBind() argument
475 SpungeHandleMsgConnAccepted(void *value, struct SpungeInstance *inst) SpungeHandleMsgConnAccepted() argument
545 SpungeHandleMsgDoShutdown(void *value, struct SpungeInstance *inst) SpungeHandleMsgDoShutdown() argument
641 SpungeHandleMsgClose(void *value, struct SpungeInstance *inst) SpungeHandleMsgClose() argument
695 SpungeHandleMsgSetSendBuf(void *value, struct SpungeInstance *inst) SpungeHandleMsgSetSendBuf() argument
729 SpungeHandleMsgSetRecvBuf(void *value, struct SpungeInstance *inst) SpungeHandleMsgSetRecvBuf() argument
764 SpungeHandleMsgSetNackDelay(void *value, struct SpungeInstance *inst) SpungeHandleMsgSetNackDelay() argument
799 SpungeHandleMsgGetEvtInfo(void *value, struct SpungeInstance *inst) SpungeHandleMsgGetEvtInfo() argument
819 SpungeHandleMsgSetKeepAlive(void *value, struct SpungeInstance *inst) SpungeHandleMsgSetKeepAlive() argument
842 SpungeHandleMsgSetHiEventCb(void *value, struct SpungeInstance *inst) SpungeHandleMsgSetHiEventCb() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_adapter.c49 static int32_t CoapParseOptionExtension(uint16_t *value, const uint8_t **dataPos, uint8_t *headerLen, uint32_t bufLen) in CoapParseOptionExtension() argument
350 static void CoapGetOptionParam(uint16_t value, uint8_t *param) in CoapGetOptionParam() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp109 void BlobCache::SetBlobFunc(const void* key, EGLsizeiANDROID keySize, const void* value, in SetBlobFunc() argument
114 EGLsizeiANDROID BlobCache::GetBlobFunc(const void *key, EGLsizeiANDROID keySize, void *value, in GetBlobFunc() argument
120 void BlobCache::SetBlobLock(const void* key, EGLsizeiANDROID keySize, const void* value, in SetBlobLock() argument
126 EGLsizeiANDROID BlobCache::GetBlobLock(const void *key, EGLsizeiANDROID keySize, void *value, in GetBlobLock() argument
141 void BlobCache::SetBlob(const void *key, EGLsizeiANDROID keySize, const void *value, in SetBlob() argument
192 GetBlob(const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize) GetBlob() argument
387 const uint8_t *value = eheader->mData + keysize; ReadFromDisk() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h34 uint64_t value; /**< the value of property */ member
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c37 uint8_t value; member
172 static void PraseOnePloicyValue(uint8_t *value, const char *key, in PraseOnePloicyValue() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp213 int value = 0; in ReceiveFontFeature() local
249 int value = 0; in ReceiveFontVariation() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp64 napi_value value = nullptr; in TileModeInit() local
246 double value = 0.0; in GetStretchPercent() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.cpp332 napi_value value = argv[0]; in OnRegisterShutdownCallback() local
397 napi_value value = argv[1]; in OnRegisterCallback() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_setting_helper.cpp98 bool ScreenSettingHelper::GetSettingValue(uint32_t& value, const std::string& key) in GetSettingValue() argument
310 std::string value; in GetSettingRecoveryResolutionString() local
358 std::string value; GetSettingScreenModeString() local
404 std::string value; GetSettingRelativePositionString() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_blendmode_test.cpp26 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; in TestCustomComponentBlendMode001() local
42 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; in TestCustomComponentBlendMode002() local
58 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode003() local
74 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode004() local
90 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode005() local
106 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode006() local
122 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode007() local
138 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode008() local
154 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode009() local
170 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode010() local
186 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode011() local
202 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode012() local
218 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode013() local
234 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode014() local
250 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode015() local
266 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode016() local
282 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode017() local
298 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode018() local
314 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode019() local
330 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode020() local
346 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode021() local
362 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode022() local
378 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode023() local
394 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode024() local
410 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode025() local
426 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode026() local
442 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode027() local
458 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode028() local
474 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode029() local
490 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode030() local
506 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode031() local
522 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode032() local
538 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode033() local
554 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode034() local
570 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode035() local
586 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode036() local
602 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode037() local
618 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode038() local
634 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode039() local
650 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode040() local
666 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode041() local
682 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode042() local
698 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode043() local
714 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode044() local
730 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode045() local
746 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode046() local
762 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode047() local
778 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode048() local
794 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode049() local
810 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode050() local
826 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode051() local
842 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode052() local
858 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode053() local
874 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode054() local
890 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode055() local
906 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode056() local
922 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode057() local
938 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode058() local
954 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode059() local
970 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode060() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_blendmode_test.cpp26 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; in TestCommonAttrsBlendMode001() local
42 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; in TestCommonAttrsBlendMode002() local
58 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode003() local
74 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode004() local
90 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode005() local
106 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode006() local
122 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode007() local
138 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode008() local
154 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode009() local
170 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode010() local
186 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode011() local
202 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode012() local
218 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode013() local
234 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode014() local
250 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode015() local
266 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode016() local
282 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode017() local
298 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode018() local
314 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode019() local
330 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode020() local
346 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode021() local
362 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode022() local
378 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode023() local
394 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode024() local
410 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode025() local
426 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode026() local
442 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode027() local
458 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode028() local
474 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode029() local
490 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode030() local
506 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode031() local
522 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode032() local
538 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode033() local
554 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode034() local
570 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode035() local
586 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode036() local
602 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode037() local
618 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode038() local
634 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode039() local
650 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode040() local
666 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode041() local
682 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode042() local
698 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode043() local
714 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode044() local
730 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode045() local
746 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode046() local
762 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode047() local
778 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode048() local
794 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode049() local
810 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode050() local
826 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode051() local
842 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode052() local
858 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode053() local
874 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode054() local
890 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode055() local
906 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode056() local
922 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode057() local
938 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode058() local
954 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode059() local
970 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode060() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/
H A Dgesture_test.cpp87 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; in OnActionCallBack() local
108 ArkUI_NumberValue value[] = {{.u32 = defalutColor}}; in CreateNativeNode() local
169 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; in OnSwipeActionCallBack() local
225 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnPanActionCallBack() local
283 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnPinchActionCallBack() local
340 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnRotateActionCallBack() local
412 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnInterruptCallback() local
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/
H A Dhello.cpp143 char *value; in StartRead() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp314 double value; in Munmap() local
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp201 OH_Pixelmap_HdrMetadataValue *value = nullptr; in TestNativeSetMetaDataNull() local
214 OH_Pixelmap_HdrMetadataValue **value = nullptr; in TestNativeGetMetaDataNull() local
321 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) in setInt32NamedProperty() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DSendResponseTest.cpp33 int value; member
H A DSendShareRequestTest.cpp32 int value; member
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dsendsharerequest_func_test.c35 int value; member
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp259 uint32_t value = 0; in getGraphicsMemory() local
269 uint32_t *value = arr; in getGraphicsMemoryArray() local

Completed in 26 milliseconds

1...<<261262263264265266267268269270>>...450