Home
last modified time | relevance | path

Searched refs:subType (Results 1 - 23 of 23) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H A Dbusiness_type.h29 BusinessSubType subType = BusinessSubType::FIRMWARE; member
37 if (subType != businessType.subType) { in operator <()
38 return CAST_INT(subType) < CAST_INT(businessType.subType); in operator <()
46 return vendor != businessType.vendor || CAST_INT(subType) != CAST_INT(businessType.subType); in operator !=()
/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/
H A Dsubscribe_info.h40 explicit SubscribeInfo(BusinessSubType subType) in SubscribeInfo()
42 businessType.subType = subType; in SubscribeInfo()
/base/useriam/pin_auth/frameworks/ipc/src/
H A Dinputer_set_data_stub.cpp50 int32_t subType; in OnSetDataStub() local
54 if (!data.ReadInt32(subType)) { in OnSetDataStub()
55 IAM_LOGE("failed to read subType"); in OnSetDataStub()
67 OnSetData(subType, param, errorCode); in OnSetDataStub()
/base/useriam/user_auth_framework/services/core/src/
H A Dsecure_user_info_impl.cpp21 SecureUserInfoImpl::SecureUserInfoImpl(int32_t userId, PinSubType subType, uint64_t secUserId, in SecureUserInfoImpl() argument
23 : userId_(userId), subType_(subType), secUserId_(secUserId), enrolledInfos_(enrolledInfos) in SecureUserInfoImpl()
H A Dsecure_user_info_impl.h28 SecureUserInfoImpl(int32_t userId, PinSubType subType, uint64_t secUserId,
/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/src/
H A Dbusiness_type.cpp24 .Append("subType", CAST_INT(subType)) in GetJsonBuilder()
H A Dupgrade_info.cpp25 output += ",subType:" + std::to_string(CAST_INT(businessType.subType)); in ToString()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/include/
H A Dcm_security_guard_report.h36 int32_t subType; member
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_manager.cpp43 if (info.businessType.subType == BusinessSubType::FIRMWARE) { in GetOnlineUpdater()
H A Dupdate_service_cache.cpp63 if (!IsTypelegal(upgradeInfo.businessType.subType)) { in SetUpgradeInfo()
67 if (IsParamType(upgradeInfo.businessType.subType)) { in SetUpgradeInfo()
H A Dupdate_service.cpp352 dprintf(fd, "subType: %d\n", static_cast<int>(info.businessType.subType)); in BuildUpgradeInfoDump()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/src/
H A Dcm_security_guard_report.cpp57 content.subType = 0; in CmFillSGRecord()
66 int32_t ret = snprintf_s(recordJson, recordJsonLen, recordJsonLen - 1, "{\"type\":%d, \"subType\":%d," in CmFillSGRecord()
68 "\"sourceInfo\":\"%s\", \"targetInfo\":\"%s\", \"extra\":\"%s\"}", content.type, content.subType, in CmFillSGRecord()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp526 napi_value subType = nullptr; in GetResultOnSetSubtype() local
527 napi_create_object(env, &subType); in GetResultOnSetSubtype()
531 napi_set_named_property(env, subType, "label", label); in GetResultOnSetSubtype()
535 napi_set_named_property(env, subType, "labelId", labelId); in GetResultOnSetSubtype()
539 napi_set_named_property(env, subType, "name", name); in GetResultOnSetSubtype()
543 napi_set_named_property(env, subType, "id", id); in GetResultOnSetSubtype()
547 napi_set_named_property(env, subType, "mode", mode); in GetResultOnSetSubtype()
551 napi_set_named_property(env, subType, "locale", locale); in GetResultOnSetSubtype()
555 napi_set_named_property(env, subType, "language", language); in GetResultOnSetSubtype()
559 napi_set_named_property(env, subType, "ico in GetResultOnSetSubtype()
[all...]
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp208 std::string PinSubType2Str(const PinSubType &subType) in PinSubType2Str() argument
211 switch (subType) { in PinSubType2Str()
237 IAM_LOGE("subType: %{public}u", subType); in PinSubType2Str()
H A Dwidget_client.cpp240 void WidgetClient::SetPinSubType(const PinSubType &subType) in SetPinSubType() argument
243 switch (subType) { in SetPinSubType()
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h36 std::string PinSubType2Str(const PinSubType &subType);
H A Dwidget_client.h52 void SetPinSubType(const PinSubType &subType);
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp378 int32_t subType; in ParseBusinessType() local
379 NapiCommonUtils::GetInt32(env, businessTypeValue, "subType", subType); in ParseBusinessType()
380 upgradeInfo.businessType.subType = static_cast<BusinessSubType>(subType); in ParseBusinessType()
382 if (upgradeInfo.businessType.subType == BusinessSubType::ROLLBACK) { in ParseBusinessType()
383 ENGINE_LOGI("ParseBusinessType: subType is rollback"); in ParseBusinessType()
386 if (upgradeInfo.businessType.subType == BusinessSubType::ASSIST) { in ParseBusinessType()
387 ENGINE_LOGI("ParseBusinessType: subType is assist"); in ParseBusinessType()
390 if (upgradeInfo.businessType.subType in ParseBusinessType()
[all...]
/base/update/updateservice/test/fuzztest/common/
H A Dfuzztest_helper.cpp108 businessType.subType = BusinessSubType::FIRMWARE; in BuildBusinessType()
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp88 info.businessType.subType = static_cast<BusinessSubType>(reply.ReadInt32()); in ReadUpgradeInfo()
100 data.WriteInt32(static_cast<int32_t>(info.businessType.subType)); in WriteUpgradeInfo()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h274 const std::string &bundleKey, const std::string &type = "", const std::string &subType = "") const;
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp71 ENGINE_LOGI("JsConstructor new UpdateClient subtype: %{public}d", upgradeInfo.businessType.subType); in JsConstructor()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1208 const std::string &bundleKey, const std::string &type, const std::string &subType) const in GenerateSlotKey()
1222 if (!subType.empty()) { in GenerateSlotKey()
1223 key.append(KEY_UNDER_LINE).append(subType); in GenerateSlotKey()

Completed in 13 milliseconds