Searched refs:isUpdate (Results 1 - 12 of 12) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | idm_session.c | 46 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 D | user_idm_funcs.c | 103 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 D | pkg_db_helper_test.cpp | 81 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 D | idm_session.h | 33 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 D | pkg_db_helper.h | 50 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 D | pkg_db_helper.cpp | 137 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 D | meta_data_test.h | 41 void SetFps(std::shared_ptr<CameraSetting> &metaData, int32_t fps, bool isUpdate);
|
H A D | meta_data_test.cpp | 248 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 D | idm_session_test.cpp | 32 bool isUpdate; member
|
H A D | enroll_specification_check_test.cpp | 35 bool isUpdate; member
|
H A D | user_idm_funcs_test.cpp | 38 bool isUpdate; member
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 1017 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