Home
last modified time | relevance | path

Searched refs:value (Results 10001 - 10025 of 21012) sorted by relevance

1...<<401402403404405406407408409410>>...841

/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service.h29 void ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) override;
31 int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/
H A Drust_samgr_test.rs100 let value = remote.request_concurent(false).expect("should return true"); in test_request_concurent()
101 assert!(value); in test_request_concurent()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_register_manager.h35 CaseType caseType, napi_env env, napi_value value);
37 CaseType caseType, napi_env env, napi_value value);
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_json_utils.h48 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value);
58 bool AddBoolToJsonObject(cJSON *json, const char * const string, bool value);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_deps_mock.cpp79 int32_t LnnSetRemoteBroadcastCipherInfo(const char *value, const char *udid) in LnnSetRemoteBroadcastCipherInfo() argument
81 return GetDataCloudSyncInterface()->LnnSetRemoteBroadcastCipherInfo(value, udid); in LnnSetRemoteBroadcastCipherInfo()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dprofile_change_notification.cpp85 PARCEL_WRITE_HELPER_RET(parcel, String, value, false); in Marshalling()
93 PARCEL_READ_HELPER_RET(parcel, String, value, false); in Unmarshalling()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dabstract_ui.h32 virtual void SetTitle(const std::string value) in SetTitle() argument
34 LOGI("value:%{public}s", value.c_str()); in SetTitle()
38 LOGI("value:%{private}s", msg.c_str()); in SetMessage()
42 LOGI("value:%{private}s", txt.c_str()); in SetInputBox()
46 LOGI("value:%{private}s", txt.c_str()); in GetInputBox()
52 LOGI("value:%{public}s", txt.c_str()); in SetButton()
83 alertDialog.SetTitle("value"); in ShowAlerDialog()
87 alertDialog.SetTitle("value"); in DestroyAlerDialog()
/foundation/communication/wifi_aware/frameworks/source/
H A Dwifiaware.c134 int SetPower(signed char value) in SetPower() argument
136 g_power = value; in SetPower()
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_classic_tag.h108 * @Description Increment a value block
110 * @param value value to increment, none-negative
113 int IncrementBlock(uint32_t blockIndex, int value);
115 * @Description Decrement a value block
117 * @param value value to increment, none-negative
120 int DecrementBlock(uint32_t blockIndex, int value);
122 * @Description Copy from the value of register to the value bloc
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.h28 INVALID = -1, // default value, representative database is not generated
64 Value value; member
80 Value value; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_silent_config.cpp44 for (const auto &[key, value] : profileInfos) { in IsSilentProxyEnable()
45 if (!value.isSilentProxyEnable) { in IsSilentProxyEnable()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp35 columnsName = { "key", "value" }; in GetAllColumnNames()
65 int valueStatus = writer.Write(1, entry.value.ToString().c_str(), entry.value.Size() + 1); in FillBlock()
67 ZLOGE("WriteBlob value error: %{public}d", valueStatus); in FillBlock()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_const_properties.cpp28 static napi_status SetNamedProperty(napi_env env, napi_value &obj, const std::string &name, int32_t value) in SetNamedProperty() argument
31 napi_status status = napi_create_int32(env, value, &property); in SetNamedProperty()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.h43 int32_t Get(int32_t col, DBValue &value) override;
44 int32_t Get(const std::string &col, DBValue &value) override;
H A Dextension_util.h45 static DBVBucket ConvertBucket(OhCloudExtHashMap *value);
48 static DBValue ConvertValue(OhCloudExtValue *value);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_field_node.h48 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value);
51 std::string ToString(const JSUtil::KvStoreVariant &value);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_field_node.h48 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value);
51 std::string ToString(const JSUtil::KvStoreVariant &value);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore.h44 virtual Status PutLocal(const std::string &key, const std::string &value) = 0;
45 virtual Status GetLocal(const std::string &key, std::string &value) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h181 * @brief Insert batches of value buckets into a CloudDatabase instance.
185 * value [IN] Vec<HashMap<String, Value>>
193 const OhCloudExtVector *value,
198 * @brief Update batches of value buckets in a CloudDatabase instance.
202 * value [IN] Vec<HashMap<String, Value>>
210 const OhCloudExtVector *value,
215 * @brief Delete batches of value buckets from a CloudDatabase instance.
219 * value [IN] Vec<HashMap<String, Value>>
241 * @brief Search batches of value buckets from a CloudDatabase instance.
247 * out [OUT] The address of a pointer to a Cursor. The pointer value wil
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H A Dpublish_strategy.cpp44 PublishedDataItem::DataType value = item.GetData(); in Execute() local
46 PublishedDataNode::MoveTo(value)); in Execute()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.cpp40 changedData.insert_or_assign(std::move(key), entry.value); in OnChange()
44 changedData.insert_or_assign(std::move(key), entry.value); in OnChange()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_common.h48 std::shared_ptr<MiscServices::PasteDataEntry> value);
49 bool GetNativeValue(napi_env env, std::string type, napi_value valueNapi, MiscServices::EntryValue &value);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_error_utils.cpp52 auto napiError = errorMsg.value(); in GenerateNapiError()
76 napiError = errorMsg.value(); in ThrowNapiError()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstep_result_set.h42 int Get(int32_t col, ValueObject &value) override;
51 int GetValue(int32_t col, T &value);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dapplication_defined_record_test.cpp108 ValueType value = 0; in HWTEST_F() local
109 ApplicationDefinedRecord application(type, value); in HWTEST_F()

Completed in 20 milliseconds

1...<<401402403404405406407408409410>>...841