Home
last modified time | relevance | path

Searched defs:value (Results 7251 - 7275 of 12630) sorted by relevance

1...<<291292293294295296297298299300>>...506

/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp86 ErrCode AppAccountManager::GetAssociatedData(const std::string &name, const std::string &key, std::string &value) in GetAssociatedData() argument
91 ErrCode AppAccountManager::SetAssociatedData(const std::string &name, const std::string &key, const std::string &value) in SetAssociatedData() argument
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp146 ErrCode MockAppAccountStub::GetAssociatedData(const std::string &name, const std::string &key, std::string &value) in GetAssociatedData() argument
153 SetAssociatedData( const std::string &name, const std::string &key, const std::string &value) SetAssociatedData() argument
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp425 std::string value; in HWTEST_F() local
445 std::string value = STRING_ASSOCIATED_VALUE; in HWTEST_F() local
/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_ffi.cpp144 std::vector<std::string> value; in CJ_GetRawFileList() local
179 std::string value; in CJ_GetPluralStringValue() local
205 std::string value; in CJ_GetPluralStringValueByResource() local
225 std::string value; in CJ_GetPluralStringByName() local
241 std::vector<std::string> value; CJ_GetStringArrayValue() local
267 std::vector<std::string> value; CJ_GetStringArrayValueByResource() local
286 std::vector<std::string> value; CJ_GetStringArrayByName() local
304 std::string value; CJ_GetString() local
330 std::string value; CJ_GetStringByResource() local
349 std::string value; CJ_GetStringByName() local
598 std::string value; CJ_GetMediaContentBase64() local
625 std::string value; CJ_GetMediaContentBase64ByResource() local
643 std::string value; CJ_GetMediaContentBase64ByName() local
727 std::vector<std::string> value; CJ_GetLocales() local
[all...]
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp201 string value = result.str(1).empty() ? "" : string(result.str(1)); in ParseElementForParam() local
231 string value = ""; in CheckVariableParam() local
271 ReplaceVariable(const string& src, const string& param, const string& value, string& des) const ReplaceVariable() argument
310 FormatLineFeature(const string& value, const string& regex) const FormatLineFeature() argument
368 auto value = ComposeTrace(featureSet_.fullPath, key, lineFeatures, regexIter->second); ComposeParam() local
412 SetParamRecord(const std::string& key, const LineFeature& value, const int type) SetParamRecord() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp162 bool JsUtils::Equals(napi_env env, napi_value value, napi_ref copy, std::thread::id threadId) in Equals() argument
283 napi_value value = nullptr; in GetValue() local
416 napi_value value = nullptr; GetJsPrivateCommand() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp158 int HiSysEvent::CheckValue(const std::string& value) in CheckValue() argument
233 void HiSysEvent::AppendHexData(EventBase& eventBase, const std::string& key, uint64_t value) in AppendHexData() argument
[all...]
/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp272 std::string value; in CheckAppListenedEvents() local
/base/inputmethod/imf/frameworks/kits/extension/src/
H A Djs_inputmethod_extension.cpp50 napi_value AttachInputMethodExtensionContext(napi_env env, void *value, void *) in AttachInputMethodExtensionContext() argument
/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder_json_parser.cpp300 void RawDataBuilderJsonParser::BuilderAppendStringValue(const std::string& key, const std::string& value) in BuilderAppendStringValue() argument
308 void RawDataBuilderJsonParser::BuilderAppendIntValue(const std::string& key, const std::string& value) in BuilderAppendIntValue() argument
324 void RawDataBuilderJsonParser::BuilderAppendFloatingValue(const std::string& key, const std::string& value) in BuilderAppendFloatingValue() argument
[all...]
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp245 T value; in GetAttributeValue() local
246 istr >> value; in GetAttributeValue() local
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp158 auto value = AppExecFwk::GetPropertyValueByPropertyName(env, contentResult, "title", napi_string); in GetNotificationBasicContentDetailed() local
56 GetNotificationContent( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationContent() argument
1032 auto value = AppExecFwk::GetPropertyValueByPropertyName(env, contentResult, "lockscreenPicture", napi_object); GetLockScreenPicture() local
[all...]
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h190 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond() argument
193 Cond &And(const std::string &col, Op op, const T &value) in And() argument
267 SysEventQuery &Where(const std::string &col, Op op, const T &value) in Where() argument
275 SysEventQuery &And(const std::string &col, Op op, const T &value) in And() argument
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp64 GetStringFromResultSet(std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet, const std::string& colName, std::string &value) GetStringFromResultSet() argument
79 GetIntFromResultSet(std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet, const std::string& colName, int &value) GetIntFromResultSet() argument
94 GetLongFromResultSet(std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet, const std::string& colName, int64_t &value) GetLongFromResultSet() argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp1096 int32_t value = 100; in HWTEST_F() local
/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension.cpp49 napi_value AttachFenceExtensionContext(napi_env env, void *value, void *) in AttachFenceExtensionContext() argument
217 ::napi_value value = jsObj_->GetNapiValue(); in OnStop() local
302 napi_value key, value; in CallToUiThread() local
331 napi_value value in SetValueUtf8String() local
339 napi_value value = nullptr; SetValueInt32() local
347 std::string value; GetAndDeleteFromMap() local
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp104 xmlNodePtr value = cur->xmlChildrenNode; in InitRules() local
156 xmlNodePtr value = cur->xmlChildrenNode; in LoadStrToPattern() local
197 xmlNodePtr value = cur->xmlChildrenNode; LoadStrToStr() local
[all...]
/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp343 xmlNodePtr value; in GetCountryZones() local
375 void ZoneUtil::GetDefaultAndBoost(xmlNodePtr &value, std::string &defaultTimezone, bool &isBoosted, in GetDefaultAndBoost() argument
401 GetTimezones(xmlNodePtr &value, std::vector<std::string> &zones) GetTimezones() argument
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp125 cJSON *value = cJSON_GetObjectItem(childValue, "value"); in InitThemeRes() local
48 ThemeQualifierValue(const ThemeKey themeKey, std::shared_ptr<ThemeConfig> themeConfig, const std::string &value) ThemeQualifierValue() argument
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_parameter_parse.cpp58 void SetFdData(std::string key, int *value, WantParams &wantP) in SetFdData() argument
83 bool InnerSetWantParamsArrayInt(const std::string &key, const std::vector<int> &value, in InnerSetWantParamsArrayInt() argument
99 bool InnerSetWantParamsArrayLong(const std::string &key, const std::vector<long> &value, in InnerSetWantParamsArrayLong() argument
67 InnerSetWantParamsArrayString( const std::string &key, const std::vector<std::string> &value, AAFwk::WantParams &wantParams) InnerSetWantParamsArrayString() argument
115 InnerSetWantParamsArrayBool(const std::string &key, const std::vector<bool> &value, AAFwk::WantParams &wantParams) InnerSetWantParamsArrayBool() argument
131 InnerSetWantParamsArrayDouble( const std::string &key, const std::vector<double> &value, AAFwk::WantParams &wantParams) InnerSetWantParamsArrayDouble() argument
233 auto value = wantParams.GetParam(p->key); InnerWrapWantParamsString() local
248 auto value = wantParams.GetParam(p->key); InnerWrapWantParamsT() local
339 auto value = wantParams.GetParam(key); GetFDValue() local
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp548 std::string value; in ProcGetAssociatedData() local
567 std::string value = data.ReadString(); in ProcSetAssociatedData() local
H A Dinner_app_account_manager.cpp143 GetAssociatedData(const std::string &name, const std::string &key, std::string &value, const uid_t &uid) GetAssociatedData() argument
149 SetAssociatedData(const std::string &name, const std::string &key, const std::string &value, const AppAccountCallingInfo &appAccountCallingInfo) SetAssociatedData() argument
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dglobal_utils.h69 uint32_t value; member
93 char *value; member
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp271 RState ResourceManagerImpl::ResolveReference(const std::string value, std::string &outValue) in ResolveReference() argument
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp194 std::string value; in ParseStringArray() local
230 std::string value; in ParseIdItem() local
448 DeviceType HapParser::GetDeviceType(uint32_t value) in GetDeviceType() argument
467 GetScreenDensity(uint32_t value) GetScreenDensity() argument
[all...]

Completed in 30 milliseconds

1...<<291292293294295296297298299300>>...506