Home
last modified time | relevance | path

Searched refs:value (Results 3401 - 3425 of 10207) sorted by relevance

1...<<131132133134135136137138139140>>...409

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dsystem_defined_form_test.cpp63 ValueType value = 0; in HWTEST_F() local
64 SystemDefinedForm systemDefinedForm(type, value); in HWTEST_F()
H A Dimage_test.cpp63 ValueType value = "value"; in HWTEST_F() local
64 Image image(type, value); in HWTEST_F()
H A Dfolder_test.cpp63 ValueType value = 0; in HWTEST_F() local
64 Folder floder(type, value); in HWTEST_F()
H A Dvideo_test.cpp64 ValueType value = 0; in HWTEST_F() local
65 Video video(type, value); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onparameterchgcallback_fuzzer/
H A Don_parameter_chg_callback_fuzzer.cpp35 const char *value = str.data(); in OnParameterChgCallbackFuzzTest() local
38 softbusListener->OnParameterChgCallback(key, value, context); in OnParameterChgCallbackFuzzTest()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sourceserviceconfigdistributedhardware_fuzzer/
H A Dsourceserviceconfigdistributedhardware_fuzzer.cpp38 std::string value(reinterpret_cast<const char*>(data), size); in SourceServiceConfigDistributedHardwareFuzzTest()
41 dAudioSourceService->ConfigDistributedHardware(devId, dhId, key, value); in SourceServiceConfigDistributedHardwareFuzzTest()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp25 CONTEXT_MODE GetContextMode(napi_env env, napi_value value) in GetContextMode() argument
30 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value, in GetContextInfo() argument
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_ffi.cpp36 int64_t FfiUDMFUnifiedRecordConstructorwithType(const char *type, CJValueType value) in FfiUDMFUnifiedRecordConstructorwithType() argument
38 auto nativeCJUnifiedRecord = FFIData::Create<CUnifiedRecord>(type, value); in FfiUDMFUnifiedRecordConstructorwithType()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dhtml.h28 Html(UDType type, ValueType value);
38 static bool CheckValue(const ValueType &value);
H A Dlink.h29 Link(UDType type, ValueType value);
39 static bool CheckValue(const ValueType &value);
H A Dsystem_defined_record.h26 SystemDefinedRecord(UDType type, ValueType value);
30 void AddProperty(const std::string &property, UDVariant &value);
H A Dplain_text.h27 PlainText(UDType type, ValueType value);
37 static bool CheckValue(const ValueType &value);
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourcehandlerconfigdistributedhardware_fuzzer/
H A Dsourcehandlerconfigdistributedhardware_fuzzer.cpp37 std::string value(reinterpret_cast<const char*>(data), size); in SourceHandlerConfigDistributedHardwareFuzzTest()
39 DAudioSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value); in SourceHandlerConfigDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_input/services/state/src/
H A Dtouchpad_event_fragment.cpp33 if (ev.type == EV_KEY && ev.code == BTN_TOUCH && ev.value == KEY_UP_STATE) { in IsTouchPadOptFinish()
46 if (ev.type == EV_KEY && ev.code == BTN_TOUCH && ev.value == KEY_DOWN_STATE) { in IsTouchPadOptStart()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_handler/handlerconfigdistributedhardware_fuzzer/
H A Dconfigdistributedhardware_fuzzer.cpp34 std::string value(reinterpret_cast<const char*>(data), size); in ConfigDistributedHardwareFuzzTest()
36 DScreenSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value); in ConfigDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtranscallbacksetparameter_fuzzer/
H A Davtranscallbacksetparameter_fuzzer.cpp30 std::string value(reinterpret_cast<const char*>(data), size); in AVTransCallbackSetParameterFuzzTest()
35 controlCenterCallback->SetParameter(tag, value); in AVTransCallbackSetParameterFuzzTest()
/foundation/filemanagement/app_file_service/tests/mock/parcel/include/
H A Dparcel.h46 bool ReadString(std::string &value);
48 bool ReadUint32(uint32_t &value);
/foundation/filemanagement/app_file_service/tests/mock/parameter_mock/include/
H A Dparameter_mock.h28 virtual int GetParameter(const char *key, const char *def, char *value, uint32_t len) = 0;
35 MOCK_METHOD4(GetParameter, int(const char *key, const char *def, char *value, uint32_t len));
/foundation/distributedhardware/distributed_input/test/fuzztest/dinputconfigdh_fuzzer/
H A Ddinputconfigdh_fuzzer.cpp42 std::string value(reinterpret_cast<const char*>(data), size); in ConfigDistributedHardwareFuzzTest()
43 DistributedInput::DistributedInputSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value); in ConfigDistributedHardwareFuzzTest()
/foundation/communication/dsoftbus/adapter/common/bus_center/boot_event/
H A Dlnn_boot_event_monitor.cpp41 static void AccountBootEventCb(const char *key, const char *value, void *context) in AccountBootEventCb() argument
45 if (strcmp(key, BOOTEVENT_ACCOUNT_READY) == 0 && strcmp(value, "true") == 0) { in AccountBootEventCb()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc_ut.h86 #define FILLP_FC_NINETY_PERCENT_VAL(value) ((value) * 0.95)
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dtrace_memory_dump.h40 * @param units a string indicating the units for the value. e.g., "bytes", "objects".
42 * @param value the actual value being dumped.
44 void DumpNumericValue(const char* dumpName, const char* valueName, const char* units, uint64_t value);
46 void DumpStringValue(const char* dumpName, const char* valueName, const char* value);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtrace_memory_dump_impl.h32 virtual void DumpNumericValue(const char* dumpName, const char* valueName, const char* units, uint64_t value) = 0;
34 virtual void DumpStringValue(const char* dumpName, const char* valueName, const char* value) = 0;
/foundation/window/window_manager/wmserver/include/zidl/
H A Dressched_report.h37 void ResSchedDataReport(uint32_t resType, int32_t value = 0, in ResSchedDataReport()
41 OHOS::ResourceSchedule::ResSchedClient::GetInstance().ReportData(resType, value, payload);
/test/testfwk/developer_test/src/core/driver/
H A Dparser.py35 code = ResultCode.UNKNOWN.value
49 code = ResultCode.UNKNOWN.value

Completed in 9 milliseconds

1...<<131132133134135136137138139140>>...409