Home
last modified time | relevance | path

Searched refs:GetFormId (Results 1 - 25 of 30) sorted by relevance

12

/foundation/ability/form_fwk/services/src/
H A Dform_refresh_connection.cpp51 element.GetAbilityName().c_str(), GetFormId(), resultCode); in OnAbilityConnectDone()
62 FormTaskMgr::GetInstance().PostFormEventTask(GetFormId(), message, msgWant, remoteObject); in OnAbilityConnectDone()
68 FormTaskMgr::GetInstance().PostAcquireTask(GetFormId(), cloneWant, remoteObject); in OnAbilityConnectDone()
72 FormTaskMgr::GetInstance().PostRefreshTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
H A Dform_acquire_connection.cpp47 HILOG_INFO("formId:%{public}" PRId64, GetFormId()); in OnAbilityConnectDone()
50 element.GetAbilityName().c_str(), GetFormId(), resultCode); in OnAbilityConnectDone()
53 FormReport::GetInstance().SetEndBindTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds()); in OnAbilityConnectDone()
76 FormTaskMgr::GetInstance().PostAcquireTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
77 FormReport::GetInstance().SetStartGetTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds()); in OnAbilityConnectDone()
H A Dform_render_connection.cpp44 HILOG_INFO("ConnectDone, formId:%{public}" PRId64, GetFormId()); in OnAbilityConnectDone()
47 element.GetAbilityName().c_str(), GetFormId(), resultCode); in OnAbilityConnectDone()
68 FormRenderMgr::GetInstance().AddConnection(GetFormId(), connection, newRecord); in OnAbilityConnectDone()
83 FormRenderMgr::GetInstance().RemoveConnection(GetFormId(), formRecord_); in OnAbilityDisconnectDone()
H A Dform_cast_temp_connection.cpp46 element.GetAbilityName().c_str(), GetFormId(), resultCode); in OnAbilityConnectDone()
55 FormTaskMgr::GetInstance().PostCastTempTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
H A Dform_delete_connection.cpp46 element.GetAbilityName().c_str(), GetFormId(), resultCode); in OnAbilityConnectDone()
56 FormTaskMgr::GetInstance().PostDeleteTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
H A Dform_msg_event_connection.cpp49 element.GetAbilityName().c_str(), GetFormId(), resultCode); in OnAbilityConnectDone()
62 FormTaskMgr::GetInstance().PostFormEventTask(GetFormId(), message, eventWant, remoteObject); in OnAbilityConnectDone()
H A Dform_info_rdb_storage_mgr.cpp155 HILOG_DEBUG("formId[%{public}" PRId64 "]", innerFormInfo.GetFormId()); in SaveStorageFormData()
156 std::string formId = std::to_string(innerFormInfo.GetFormId()); in SaveStorageFormData()
175 HILOG_DEBUG("formId[%{public}" PRId64 "]", innerFormInfo.GetFormId()); in ModifyStorageFormData()
176 std::string formId = std::to_string(innerFormInfo.GetFormId()); in ModifyStorageFormData()
H A Dform_acquire_data_connection.cpp51 FormTaskMgr::GetInstance().PostAcquireDataTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
H A Dform_ability_connection.cpp174 eventInfo.formId = GetFormId(); in ReportFormAppUnbindEvent()
237 int64_t FormAbilityConnection::GetFormId() const in GetFormId() function in OHOS::AppExecFwk::FormAbilityConnection
H A Dform_supply_callback.cpp270 if (hostToken == conn.second->GetHostToken() && formId == conn.second->GetFormId()) { in IsRemoveConnection()
294 if (hostToken == conn.second->GetHostToken() && formId == conn.second->GetFormId()) { in RemoveConnection()
H A Dform_item_info.cpp24 int64_t FormItemInfo::GetFormId() const in GetFormId() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_data_mgr.cpp64 if (formInfo.IsTemporaryForm() && !ExistTempForm(formInfo.GetFormId())) { in AllotFormRecord()
66 tempForms_.emplace_back(formInfo.GetFormId()); in AllotFormRecord()
74 formRecords_.emplace(formInfo.GetFormId(), record); in AllotFormRecord()
76 auto info = formRecords_.find(formInfo.GetFormId()); in AllotFormRecord()
80 formRecords_.emplace(formInfo.GetFormId(), record); in AllotFormRecord()
167 newRecord.formId = formInfo.GetFormId(); in CreateFormRecord()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dmock_ability_connection.cpp21 int64_t FormAbilityConnection::GetFormId() const in GetFormId() function in OHOS::AppExecFwk::FormAbilityConnection
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_form.h30 int32_t GetFormId() const;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_form.cpp49 int32_t SystemDefinedForm::GetFormId() const in GetFormId() function in OHOS::UDMF::SystemDefinedForm
147 items[FORMID] = GetFormId(); in GetItems()
/foundation/ability/form_fwk/services/include/
H A Dform_ability_connection.h111 int64_t GetFormId() const;
H A Dform_item_info.h33 int64_t GetFormId() const;
H A Dform_db_info.h236 int64_t GetFormId() const in GetFormId() function in OHOS::AppExecFwk::InnerFormInfo
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_form_napi.h41 static napi_value GetFormId(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_form_napi.cpp34 DECLARE_NAPI_GETTER_SETTER("formId", GetFormId, SetFormId), in Constructor()
85 napi_value SystemDefinedFormNapi::GetFormId(napi_env env, napi_callback_info info) in GetFormId() function in OHOS::UDMF::SystemDefinedFormNapi
92 ctxt->status = NapiDataUtils::SetValue(env, sdForm->value_->GetFormId(), ctxt->output); in GetFormId()
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp55 formAbilityConnection.GetFormId(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp85 formItemInfo.GetFormId(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_db_info_test/
H A Dfms_form_db_info_test.cpp215 * @tc.desc: Fun GetFormId.
223 EXPECT_EQ(innerInfo.GetFormId(), info.formId); in HWTEST_F()
238 EXPECT_NE(innerInfo.GetFormId(), info.formId); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp370 systemDefinedForm1.GetFormId(); in SetDataSystemDefinedFormFuzz()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/
H A Dfms_form_mgr_message_event_test.cpp943 * @tc.name: GetFormId
944 * @tc.desc: Verify whether the GetFormId interface is called normally
951 formAbilityConnection->GetFormId(); in HWTEST_F()

Completed in 16 milliseconds

12