Home
last modified time | relevance | path

Searched refs:GetSelfTargetVersion (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dsensor_napi_utils.h62 bool GetSelfTargetVersion(uint32_t &targetVersion);
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h98 bool GetSelfTargetVersion(uint32_t &targetVersion);
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp655 bool GetSelfTargetVersion(uint32_t &targetVersion) in GetSelfTargetVersion() function
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_utils.cpp618 bool GetSelfTargetVersion(uint32_t &targetVersion) in GetSelfTargetVersion() function
H A Dsensor_js.cpp1116 … if (GetSelfTargetVersion(targetVersion) && (targetVersion < COMPATIBILITY_CHANGE_VERSION_API12)) { in GetSingleSensor()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp746 … if (GetSelfTargetVersion(targetVersion) && (targetVersion < COMPATIBILITY_CHANGE_VERSION_API12)) { in DbDeviceIdExecuteCB()