/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_callback_test/ |
H A D | fms_form_host_callback_test.cpp | 145 formHostCallback.OnAcquireState(state, want, callerToken); 161 formHostCallback.OnAcquireState(state, want, callerToken);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_host_record.cpp | 193 void FormHostRecord::OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want) in OnAcquireState() function in OHOS::AppExecFwk::FormHostRecord 200 formHostCallback_->OnAcquireState(state, want, formHostClient_); in OnAcquireState()
|
H A D | form_host_callback.cpp | 103 void FormHostCallback::OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want, in OnAcquireState() function in OHOS::AppExecFwk::FormHostCallback
|
H A D | form_task_mgr.cpp | 740 remoteFormHost->OnAcquireState(state, want); in AcquireStateBack()
|
H A D | form_data_mgr.cpp | 1543 iter->second.OnAcquireState(state, want); in AcquireFormStateBack()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_host_callback.h | 70 …void OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want, const sptr<IRemoteObject…
|
H A D | form_host_record.h | 129 void OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_interface.h | 62 virtual void OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want) = 0;
|
H A D | form_host_proxy.h | 61 virtual void OnAcquireState(FormState state, const AAFwk::Want &want) override;
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_host_client.h | 83 void OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want) override;
|
/ohos5.0/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_form_host_client.cpp | 63 void MockFormHostClient::OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want) in OnAcquireState() function in OHOS::AppExecFwk::MockFormHostClient
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_proxy_test/ |
H A D | fms_form_host_proxy_test.cpp | 216 proxy->OnAcquireState(state, want); 237 proxy->OnAcquireState(state, want); 258 proxy->OnAcquireState(state, want);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhoststub_fuzzer/ |
H A D | formhoststub_fuzzer.cpp | 41 void OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want) override in OnAcquireState() function in OHOS::FormHostStubFuzzTest
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formfreeinstalloperator_fuzzer/ |
H A D | formfreeinstalloperator_fuzzer.cpp | 58 formHostCallback.OnAcquireState(state, wants, callerToken); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_host_client.h | 127 void OnAcquireState(FormState state, const AAFwk::Want &want) override;
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/ |
H A D | formhostrecord_fuzzer.cpp | 60 formHostRecord.OnAcquireState(state, want); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_host_stub.cpp | 152 OnAcquireState(state, *want); in HandleOnAcquireState()
|
H A D | form_host_proxy.cpp | 122 void FormHostProxy::OnAcquireState(FormState state, const AAFwk::Want &want) in OnAcquireState() function in OHOS::AppExecFwk::FormHostProxy
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/ |
H A D | fms_form_host_client_test.cpp | 132 formHostClient->OnAcquireState(FormState::DEFAULT, want); 156 formHostClient->OnAcquireState(FormState::DEFAULT, want);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_client.cpp | 253 void FormHostClient::OnAcquireState(FormState state, const AAFwk::Want &want) in OnAcquireState() function in OHOS::AppExecFwk::FormHostClient
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/ |
H A D | napi_form_host.cpp | 410 … FormHostClient::GetInstance()->OnAcquireState(FormState::UNKNOWN, asyncCallbackInfo->want); in AcquireFormStateCallback() 447 … FormHostClient::GetInstance()->OnAcquireState(FormState::UNKNOWN, asyncCallbackInfo->want); in AcquireFormStatePromise()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 424 formHostRecord->OnAcquireState(state, want);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
H A D | fms_form_share_mgr_test.cpp | 114 MOCK_METHOD2(OnAcquireState, void(AppExecFwk::FormState state, const AAFwk::Want &want));
|