/base/hiviewdfx/hichecker/interfaces/js/kits/napi/include/ |
H A D | napi_hichecker.h | 32 static napi_value ToUInt64Value(napi_env env, uint64_t value); 33 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | inactive_user_freeze_plugin.cpp | 41 std::string value = data ? "true" : "false"; in OnSetPolicy() local 42 if (!system::SetParameter(PERSIST_INACTIVE_USER_FREEZE_CONTROL, value)) { in OnSetPolicy()
|
/base/account/os_account/test/fuzztest/appaccount_stub/setassociateddatastub_fuzzer/ |
H A D | setassociateddatastub_fuzzer.cpp | 38 std::string value = fuzzData.GenerateRandomString(); in SetAssociatedDataStubFuzzTest() local 49 if (!dataTemp.WriteString(value)) { in SetAssociatedDataStubFuzzTest()
|
/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/ |
H A D | chain_rule.h | 39 void GetOption(const std::string &options, const std::string &key, std::string &value); 40 void GetOption(const std::string &options, const std::string &key, uint32_t &value);
|
/base/powermgr/display_manager/brightness_manager/include/ |
H A D | brightness_action.h | 48 bool SetBrightness(uint32_t value); 49 bool SetBrightness(uint32_t displayId, uint32_t value);
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
H A D | soc_action_base.cpp | 32 void SocActionBase::SocLimitRequest(int32_t tag, int64_t value)
in SocLimitRequest() argument 38 configs.push_back(value);
in SocLimitRequest()
|
/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_preferences_database.h | 40 * @brief Put a key-value to database. 43 * @param value Indicates the value. 44 * @return Whether to put key-value success. 46 bool PutToDistributedDB(const std::string &key, const std::string &value); 49 * @brief Get the value of its key from database. 52 * @param value Indicates value. 53 * @return Whether to get key-value success. 55 bool GetFromDistributedDB(const std::string &key, std::string &value); [all...] |
/base/notification/distributed_notification_service/test/fuzztest/reminderstoreannex_fuzzer/ |
H A D | reminderstoreannex_fuzzer.cpp | 37 int32_t value = static_cast<int32_t>(GetU32Data(data));
in DoSomethingInterestingWithMyAPI() local 38 reminderStore.GetInt32Val(resultSet, name, value);
in DoSomethingInterestingWithMyAPI()
|
/base/request/request/services/src/ |
H A D | hilog.rs | 48 Ok(value) => value,
|
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/ |
H A D | code_sign_utils_in_c.cpp | 37 if (entry.key == nullptr || entry.value == nullptr) { in EnforceCodeSignForApp() 41 std::string strValue(entry.value); in EnforceCodeSignForApp()
|
/base/security/crypto_framework/interfaces/kits/native/include/ |
H A D | crypto_signature.h | 61 /** Indicates the value for the trailer field. */ 63 /** Indicates the value for user id. */ 126 * @return Return result use bool value. 163 * @param value Indicates the verify result. 172 Crypto_DataBlob *value); 179 * @param value Indicates the verify result. 188 Crypto_DataBlob *value);
|
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
H A D | huks_adapter.h | 60 #define CHECK_LEN_EQUAL_RETURN(len, value, paramTag) \ 62 if ((len) != (value)) { \
|
/base/startup/appspawn/test/unittest/devicedebug_test/ |
H A D | devicedebug_stub.c | 74 int AppSpawnReqMsgAddExtInfoStub(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value, in AppSpawnReqMsgAddExtInfoStub() argument 79 (void)value; in AppSpawnReqMsgAddExtInfoStub()
|
/base/sensors/sensor/vibration_convert/interfaces/js/include/ |
H A D | vibrator_convert_js.h | 40 static bool ParseParameter(napi_env env, napi_value &value, RawFileDescriptor &fileDescriptor); 41 static bool ParseAudioSettings(napi_env env, napi_value &value, AudioSetting &audioSetting);
|
/base/startup/init/test/unittest/service_watcher/ |
H A D | service_watcher_unittest.cpp | 29 static void ParameterChangeTest(const char *key, const char *value, void *context) in ParameterChangeTest() argument 31 printf("ParameterChangeTest key:%s %s \n", key, value); in ParameterChangeTest()
|
/drivers/hdf_core/framework/model/misc/dsoftbus/src/ |
H A D | wlan_param_monitor.c | 32 uint32_t value;
member 41 info.value = (uint32_t)OsalGetSysTimeMs();
in ProcessRequestParam() 48 HDF_LOGE("sbuf write report value fail");
in ProcessRequestParam()
|
/drivers/hdf_core/framework/test/unittest/model/audio/src/ |
H A D | audio_dsp_base_test.c | 26 attr.value = KCONTROL_TEST_SERVICE_NAME; in DspGetServiceNameTest() 49 attr.value = KCONTROL_TEST_SERVICE_NAME; in DspGetDaiNameTest()
|
/drivers/interface/display/buffer/v1_1/include/ |
H A D | idisplay_buffer.h | 39 virtual int32_t SetMetadata(const BufferHandle& handle, uint32_t key, const std::vector<uint8_t>& value) = 0; 40 virtual int32_t GetMetadata(const BufferHandle& handle, uint32_t key, std::vector<uint8_t>& value) = 0;
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_adapter.h | 60 * @return Returns <b>0</b> if the initialization is successful; returns a negative value otherwise. 72 * returns a negative value otherwise. 86 * @return Returns <b>0</b> if the <b>AudioRender</b> object is destroyed; returns a negative value otherwise. 97 * @return Returns <b>0</b> if the capability set is successfully obtained; returns a negative value otherwise. 108 * @return Returns <b>0</b> if the setting is successful; returns a negative value otherwise. 120 * @return Returns <b>0</b> if the mode is successfully obtained; returns a negative value otherwise. 132 * @param value Indicates the value of the specified condition. 134 * The format of condition is <i>key=value</i>. Separate multiple key-value pair [all...] |
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-sp.h | 37 int value; member 53 void __iomem *value; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | barrier.h | 64 #define __smp_store_mb(var, value) do { (void)xchg(&var, value); } while (0)
|
H A D | olpc.h | 81 extern void olpc_xo1_pm_wakeup_set(u16 value); 82 extern void olpc_xo1_pm_wakeup_clear(u16 value);
|
/kernel/linux/linux-6.6/arch/csky/lib/ |
H A D | usercopy.c | 159 int data, value, tmp; in __clear_user() local 208 : "=r"(n), "=r" (data), "=r"(value), "=r"(tmp) in __clear_user()
|
/kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
H A D | uart-16550.c | 39 static inline void serial_out(int offset, int value) in serial_out() argument 41 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_bpf_percpu_hash_map.c | 19 __type(value, __u32); 33 void *pptr = ctx->value; in dump_bpf_percpu_hash_map()
|