Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 - 10 of 10) sorted by relevance

/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dvariant_value.cpp27 VariantValue::VariantValue(int32_t value) : type_(ValueType::TYPE_INT) in VariantValue()
49 if (type_ != ValueType::TYPE_INT) { in GetInt()
H A Dstatement.cpp122 } else if (value.GetType() == ValueType::TYPE_INT) { in Bind()
/base/security/access_token/services/common/database/src/
H A Dvariant_value.cpp27 VariantValue::VariantValue(int32_t value) : type_(ValueType::TYPE_INT) in VariantValue()
49 if (type_ != ValueType::TYPE_INT) { in GetInt()
H A Dstatement.cpp108 } else if (value.GetType() == ValueType::TYPE_INT) { in Bind()
/base/accesscontrol/sandbox_manager/services/common/database/include/
H A Dvariant_value.h27 TYPE_INT, member in OHOS::AccessControl::SandboxManager::ValueType
/base/security/access_token/services/common/database/include/
H A Dvariant_value.h27 TYPE_INT, member in OHOS::Security::AccessToken::ValueType
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h32 constexpr uint8_t TYPE_INT = 0; member
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb_utils.cpp63 if (value.Get(column).GetType() == ValueType::TYPE_INT) { in ToRdbValueBucket()
87 if (variantvalue.GetType() == ValueType::TYPE_INT) { in HandleValueToInt()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp238 retValue.valueType = TYPE_INT; in CreatElmInt()
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp499 if (valueObject.GetType() == NativeRdb::ValueObject::TYPE_INT) { in GetIntFromValuesBucket()

Completed in 5 milliseconds