Home
last modified time | relevance | path

Searched refs:GenerateUdidHash (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_util.h56 static bool GenerateUdidHash(int64_t &udidHash);
H A Dform_data_mgr.h221 bool GenerateUdidHash();
/foundation/ability/form_fwk/test/unittest/fms_form_util_test/
H A Dfms_form_util_test.cpp116 * @tc.desc: Verify GenerateUdidHash
122 auto result = FormUtil::GenerateUdidHash(udidHash); in HWTEST_F()
129 * @tc.desc: Verify GenerateUdidHash
135 auto result = FormUtil::GenerateUdidHash(udidHash); in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp49 formDataMgr.GenerateUdidHash(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formutil_fuzzer/
H A Dformutil_fuzzer.cpp86 return formUtil.GenerateUdidHash(udidHash); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp120 bool FormUtil::GenerateUdidHash(int64_t &udidHash) in GenerateUdidHash() function in OHOS::AppExecFwk::FormUtil
H A Dform_data_mgr.cpp808 if (!GenerateUdidHash()) { in PaddingUdidHash()
829 if (!GenerateUdidHash()) { in GenerateFormId()
839 bool FormDataMgr::GenerateUdidHash() in GenerateUdidHash() function in OHOS::AppExecFwk::FormDataMgr
845 bool genUdid = FormUtil::GenerateUdidHash(udidHash_); in GenerateUdidHash()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1037 static int32_t GenerateUdidHash(const char *udid, uint8_t *hash) in GenerateUdidHash() function
1075 if (GenerateUdidHash(info->udid, hash) != SOFTBUS_OK) { in AuthManagerSetAuthFinished()
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp189 * @tc.desc: test GenerateUdidHash function.
198 EXPECT_EQ(true, formUtil->GenerateUdidHash(udidHash)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp793 * @tc.desc: GenerateUdidHash test
814 int32_t ret = GenerateUdidHash(UDID_TEST, hash); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1191 * @tc.name: GenerateUdidHash
1201 EXPECT_EQ(true, formDataMgr_.GenerateUdidHash()); in HWTEST_F()
1208 * @tc.name: GenerateUdidHash
1218 EXPECT_EQ(true, formDataMgr_.GenerateUdidHash()); in HWTEST_F()

Completed in 23 milliseconds