Home
last modified time | relevance | path

Searched refs:isUpdate (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c46 bool isUpdate; member
184 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate) in AssociateCoauthSchedule() argument
191 g_session->isUpdate = isUpdate; in AssociateCoauthSchedule()
242 ResultCode GetIsUpdate(bool *isUpdate) in GetIsUpdate() argument
244 if (isUpdate == NULL) { in GetIsUpdate()
252 *isUpdate = g_session->isUpdate; in GetIsUpdate()
H A Duser_idm_funcs.c103 IAM_STATIC ResultCode GenerateCoAuthSchedule(PermissionCheckParam *param, bool isUpdate, uint64_t *scheduleId) in GenerateCoAuthSchedule() argument
115 ret = AssociateCoauthSchedule(enrollSchedule->scheduleId, param->authType, isUpdate); in GenerateCoAuthSchedule()
/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
H A Dpkg_db_helper_test.cpp81 bool isUpdate = false; in SetUpTestCase() local
82 ret = helper->CheckIfNeedUpdateEx(isUpdate, g_Ability); in SetUpTestCase()
83 if (!isUpdate) { in SetUpTestCase()
95 bool isUpdate = false; in TearDownTestCase() local
96 int32_t ret = helper->CheckIfNeedUpdateEx(isUpdate, g_Ability); in TearDownTestCase()
97 if (!isUpdate) { in TearDownTestCase()
189 bool isUpdate = false; in HWTEST_F() local
190 int32_t ret = helper->CheckIfNeedUpdateEx(isUpdate, g_Ability); in HWTEST_F()
191 EXPECT_EQ(false, isUpdate); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Didm_session.h33 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate);
40 ResultCode GetIsUpdate(bool *isUpdate);
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Dpkg_db_helper.h50 bool &isUpdate, const std::string &bundleName);
57 int32_t AddOrUpdateRightRecordEx(bool isUpdate, const std::string &bundleName,
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_db_helper.cpp137 bool isUpdate = false; in AddOrUpdateRightRecord() local
138 ret = CheckIfNeedUpdateEx(isUpdate, bundleAbility); in AddOrUpdateRightRecord()
143 ret = AddOrUpdateRightRecordEx(isUpdate, bundleName, bundleAbility, driverInfo); in AddOrUpdateRightRecord()
157 bool &isUpdate, const std::string &bundleAbility) in CheckIfNeedUpdateEx()
176 isUpdate = (rowCount > 0 ? true : false); in CheckIfNeedUpdateEx()
181 int32_t PkgDbHelper::AddOrUpdateRightRecordEx(bool isUpdate, in AddOrUpdateRightRecordEx() argument
192 if (isUpdate) { in AddOrUpdateRightRecordEx()
156 CheckIfNeedUpdateEx( bool &isUpdate, const std::string &bundleAbility) CheckIfNeedUpdateEx() argument
/drivers/peripheral/camera/test/ut/v4l2/
H A Dmeta_data_test.h41 void SetFps(std::shared_ptr<CameraSetting> &metaData, int32_t fps, bool isUpdate);
H A Dmeta_data_test.cpp248 void MetaDataTest::SetFps(std::shared_ptr<CameraSetting> &metaData, int32_t fps, bool isUpdate) in SetFps() argument
254 if (isUpdate) { in SetFps()
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Didm_session_test.cpp32 bool isUpdate; member
H A Denroll_specification_check_test.cpp35 bool isUpdate; member
H A Duser_idm_funcs_test.cpp38 bool isUpdate; member
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1017 bool isUpdate; in UpdateEnrollmentResult() local
1018 int32_t ret = GetIsUpdate(&isUpdate); in UpdateEnrollmentResult()
1020 IAM_LOGE("get isUpdate failed"); in UpdateEnrollmentResult()
1024 if (isUpdate) { in UpdateEnrollmentResult()

Completed in 9 milliseconds