Home
last modified time | relevance | path

Searched defs:value (Results 10226 - 10250 of 18270) sorted by relevance

1...<<401402403404405406407408409410>>...731

/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_manager_service.cpp270 GetAssociatedData( const std::string &name, const std::string &key, std::string &value) GetAssociatedData() argument
277 SetAssociatedData( const std::string &name, const std::string &key, const std::string &value) SetAssociatedData() argument
/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/
H A Dwifi_manager_addon.cpp22 void WifiManagerAddon::CreateWifiSecurityTypeObject(napi_env env, napi_value value) in CreateWifiSecurityTypeObject() argument
59 CreateIpTypeObject(napi_env env, napi_value value) CreateIpTypeObject() argument
73 CreateEapMethodObject(napi_env env, napi_value value) CreateEapMethodObject() argument
104 CreatePhase2MethodObject(napi_env env, napi_value value) CreatePhase2MethodObject() argument
[all...]
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp474 double value = 10.0; in HWTEST_F() local
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c69 ParamEntry* CreateParamEntry(const char* name, ParamValue* value) in CreateParamEntry() argument
89 void DestroyParamValue(ParamValue* value) in DestroyParamValue() argument
115 ParamList AddParamValue(ParamList list, const char* name, ParamValue* value) in AddParamValue() argument
288 OH_HiAppEvent_Configure(const char* name, const char* value) OH_HiAppEvent_Configure() argument
371 OH_HiAppEvent_SetCustomConfig(struct HiAppEvent_Processor* processor, const char* key, const char* value) OH_HiAppEvent_SetCustomConfig() argument
[all...]
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
H A Dadmin_manager_addon.cpp590 uint32_t value = 0; in ParseManagedEvent() local
640 void AdminManager::CreateAdminTypeObject(napi_env env, napi_value value) in CreateAdminTypeObject() argument
650 void AdminManager::CreateManagedEventObject(napi_env env, napi_value value) in CreateManagedEventObject() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_dumprequest.c504 static bool ReadPipeTimeout(int fd, uint64_t timeout, uint32_t* value) in ReadPipeTimeout() argument
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp159 const uintptr_t value = 10; in Test02() local
171 const uintptr_t value = 10; in Test03() local
208 uintptr_t value = StackPop(); in Test04() local
268 uintptr_t value = StackPop(); Test05() local
300 uintptr_t value = StackPop(); Test06() local
321 intptr_t value = -10; Test07() local
420 uintptr_t value = StackPop(); Test09() local
460 uintptr_t value = StackPop(); Test10() local
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp39 bool IsNull(const napi_env env, const napi_value value) in IsNull() argument
44 bool IsBoolean(const napi_env env, const napi_value value) in IsBoolean() argument
49 bool IsNumber(const napi_env env, const napi_value value) in IsNumber() argument
54 bool IsString(const napi_env env, const napi_value value) in IsString() argument
59 bool IsObject(const napi_env env, const napi_value value) in IsObject() argument
64 IsFunction(const napi_env env, const napi_value value) IsFunction() argument
69 IsArray(const napi_env env, const napi_value value) IsArray() argument
79 IsArrayType(const napi_env env, const napi_value value, napi_valuetype type) IsArrayType() argument
90 GetType(const napi_env env, const napi_value value) GetType() argument
147 GetBoolean(const napi_env env, const napi_value value) GetBoolean() argument
169 GetInt32(const napi_env env, const napi_value value) GetInt32() argument
179 GetInt64(const napi_env env, const napi_value value) GetInt64() argument
201 GetDouble(const napi_env env, const napi_value value) GetDouble() argument
223 GetString(const napi_env env, const napi_value value) GetString() argument
277 napi_value value = nullptr; GetProperty() local
416 CreateObject(const napi_env env, const std::string& key, const napi_value value) CreateObject() argument
450 SetElement(const napi_env env, const napi_value obj, uint32_t index, const napi_value value) SetElement() argument
457 SetNamedProperty(const napi_env env, const napi_value obj, const std::string& key, const napi_value value) SetNamedProperty() argument
464 ConvertToString(const napi_env env, const napi_value value) ConvertToString() argument
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp49 int value = 0; in GetIntFromResultSet() local
63 int64_t value = 0; in GetLongFromResultSet() local
77 std::string value; GetStringFromResultSet() local
237 InsertUserId(const std::string& name, const std::string& value) InsertUserId() argument
246 InsertUserProperty(const std::string& name, const std::string& value) InsertUserProperty() argument
301 UpdateUserId(const std::string& name, const std::string& value) UpdateUserId() argument
310 UpdateUserProperty(const std::string& name, const std::string& value) UpdateUserProperty() argument
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp269 std::shared_ptr<ValueUnderQualifierDir> value = limitPaths[0]; in BuildNameTypeIdMapping() local
282 std::shared_ptr<ValueUnderQualifierDir> value = limitPaths[0]; in UpdateOverlayInfo() local
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp203 ErrCode AppAccount::GetAssociatedData(const std::string &name, const std::string &key, std::string &value) in GetAssociatedData() argument
214 ErrCode AppAccount::SetAssociatedData(const std::string &name, const std::string &key, const std::string &value) in SetAssociatedData() argument
/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp70 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
167 bool GetStringFromNAPI(napi_env env, napi_value value, std::string &resultStr) in GetStringFromNAPI() argument
225 napi_value value in ParseStringArray() local
259 napi_value value = nullptr; ParseElementArray() local
612 CheckGetPolicyAdminParam(napi_env env, napi_value value, bool &hasAdmin, OHOS::AppExecFwk::ElementName &elementName) CheckGetPolicyAdminParam() argument
[all...]
/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp785 char value[BUFFER_LEN]; in GetDefaultStyle() local
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp524 napi_value value = nullptr; in CheckAccountLabelsWork() local
579 GetNamedFunction( napi_env env, napi_value value, const std::string &name, napi_ref *result) GetNamedFunction() argument
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h77 std::string value; member
/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp68 void ConfigPolicyNapi::CreateFollowXModeObject(napi_env env, napi_value value) in CreateFollowXModeObject() argument
239 std::string ConfigPolicyNapi::GetStringFromNAPI(napi_env env, napi_value value) in GetStringFromNAPI() argument
282 MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) MatchValueType() argument
[all...]
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp116 napi_value value = nullptr; in GetSystemLanguages() local
153 std::string value = LocaleConfig::GetSystemLanguage(); in GetSystemLanguage() local
175 std::string value = LocaleConfig::GetSystemRegion(); in GetSystemRegion() local
197 std::string value = LocaleConfig::GetSystemLocale(); in GetSystemLocale() local
270 napi_value value in GetPreferredLanguageList() local
365 napi_value value = nullptr; GetUsingLocalDigitAddon() local
412 std::string value = LocaleConfig::GetDisplayRegion(localeBuf.data(), displayLocaleBuf.data(), sentenceCase); GetDisplayCountryImpl() local
472 std::string value = LocaleConfig::GetDisplayLanguage(localeBuf.data(), displayLocaleBuf.data(), sentenceCase); GetDisplayLanguageImpl() local
528 napi_value value = nullptr; GetSystemCountriesImpl() local
888 napi_value value = nullptr; SetUsingLocalDigitAddonImpl() local
[all...]
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp236 bool ResourceManagerNapiSyncImpl::InitParamsFromParamArray(napi_env env, napi_value value, in InitParamsFromParamArray() argument
H A Dresource_manager_napi_utils.cpp79 napi_valuetype ResourceManagerNapiUtils::GetType(napi_env env, napi_value value) in GetType() argument
170 napi_value value; in CreateJsArray() local
311 GetResourceObjectName(napi_env env, std::shared_ptr<ResourceManager::Resource> &resourcePtr, napi_value &value, int32_t type) GetResourceObjectName() argument
348 GetResourceObjectId(napi_env env, std::shared_ptr<ResourceManager::Resource> &resourcePtr, napi_value &value) GetResourceObjectId() argument
371 GetResourceObject(napi_env env, std::shared_ptr<ResourceManager::Resource> &resourcePtr, napi_value &value) GetResourceObject() argument
553 SetIntProperty(napi_env env, ResMgrDataContext& context, napi_value &object, const std::string &property, const int &value) SetIntProperty() argument
621 int value; GetEnumParamOfConfig() local
712 GetDataType(napi_env env, napi_value value, uint32_t& density) GetDataType() argument
731 GetIncludeSystem(napi_env env, napi_value value, bool &includeSystem) GetIncludeSystem() argument
[all...]
/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.cpp48 int32_t value = defaultVal; in GetSettingIntValue() local
56 void SettingHelper::SetSettingIntValue(const std::string& key, int32_t value) in SetSettingIntValue() argument
70 int64_t value = defaultVal; in GetSettingLongValue() local
78 SetSettingLongValue(const std::string& key, int64_t value) SetSettingLongValue() argument
92 std::string value; GetSettingStringValue() local
141 int32_t value = 0; GetSettingWakeupPickup() local
152 int32_t value = enable ? WAKEUP_SOURCE_OPEN : WAKEUP_SOURCE_CLOSE; SetSettingWakeupPickup() local
429 int32_t value; GetSettingWakeupDouble() local
440 int32_t value = enable ? WAKEUP_SOURCE_OPEN : WAKEUP_SOURCE_CLOSE; SetSettingWakeupDouble() local
543 int32_t value = 0; GetSettingWakeupLid() local
554 int32_t value = enable ? WAKEUP_SOURCE_OPEN : WAKEUP_SOURCE_CLOSE; SetSettingWakeupLid() local
[all...]
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp662 xmlChar* value = xmlNodeGetContent(subNode); ParseIdleNode() local
668 xmlChar* value = xmlNodeGetContent(subNode); ParseIdleNode() local
674 xmlChar* value = xmlNodeGetContent(subNode); ParseIdleNode() local
680 xmlChar* value = xmlNodeGetContent(subNode); ParseIdleNode() local
758 int32_t value; ParseFanFaultInfo() local
[all...]
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp200 std::string value = NapiUtils::GetStringFromNapi(env, argv[INDEX_1]); in SetBatteryConfig() local
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp30 napi_valuetype NapiScanUtils::GetValueType(napi_env env, napi_value value) in GetValueType() argument
51 napi_value value = nullptr; in GetNamedProperty() local
61 void NapiScanUtils::SetNamedProperty(napi_env env, napi_value object, const std::string &name, napi_value value) in SetNamedProperty() argument
89 napi_value value in CreateUint32() local
96 GetUint32FromValue(napi_env env, napi_value value) GetUint32FromValue() argument
108 napi_value value = GetNamedProperty(env, object, propertyName); GetUint32Property() local
112 SetUint32Property(napi_env env, napi_value object, const std::string &name, uint32_t value) SetUint32Property() argument
125 napi_value value = nullptr; CreateInt32() local
132 GetInt32FromValue(napi_env env, napi_value value) GetInt32FromValue() argument
144 napi_value value = GetNamedProperty(env, object, propertyName); GetInt32Property() local
148 SetInt32Property(napi_env env, napi_value object, const std::string &name, int32_t value) SetInt32Property() argument
161 napi_value value = nullptr; CreateStringUtf8() local
168 GetStringFromValueUtf8(napi_env env, napi_value value) GetStringFromValueUtf8() argument
185 napi_value value = GetNamedProperty(env, object, propertyName); GetStringPropertyUtf8() local
189 SetStringPropertyUtf8( napi_env env, napi_value object, const std::string &name, const std::string &value) SetStringPropertyUtf8() argument
208 ValueIsArrayBuffer(napi_env env, napi_value value) ValueIsArrayBuffer() argument
215 GetInfoFromArrayBufferValue(napi_env env, napi_value value, size_t *length) GetInfoFromArrayBufferValue() argument
274 CreateBoolean(napi_env env, bool value) CreateBoolean() argument
283 GetBooleanFromValue(napi_env env, napi_value value) GetBooleanFromValue() argument
295 napi_value value = GetNamedProperty(env, object, propertyName); GetBooleanProperty() local
301 SetBooleanProperty(napi_env env, napi_value object, const std::string &name, bool value) SetBooleanProperty() argument
329 GetValueString(napi_env env, napi_value value) GetValueString() argument
[all...]
/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp91 int32_t value = MIN_BRIGHTNESS; in SetValue() local
216 napi_value value = GetOptions(options, valName, checkType); in CreateValueRef() local
299 bool Brightness::BrightnessInfo::SetBrightness(int32_t value, boo argument
360 CheckValueType(napi_value& value, napi_valuetype checkType) CheckValueType() argument
[all...]
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp299 xmlChar* value = xmlNodeGetContent(subNode); in ParseIdleNode() local
305 xmlChar* value in ParseIdleNode() local
311 xmlChar* value = xmlNodeGetContent(subNode); ParseIdleNode() local
317 xmlChar* value = xmlNodeGetContent(subNode); ParseIdleNode() local
[all...]

Completed in 36 milliseconds

1...<<401402403404405406407408409410>>...731