Home
last modified time | relevance | path

Searched refs:SetDmsProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_distributed_client.h42 void SetDmsProxy(const sptr<IRemoteObject> &dmsProxy);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_distributed_client.cpp90 void FormDistributedClient::SetDmsProxy(const sptr<IRemoteObject> &dmsProxy) in SetDmsProxy() function in OHOS::AppExecFwk::FormDistributedClient
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp95 formDistributedClient.SetDmsProxy(dmsProxy); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp139 … DelayedSingleton<FormShareMgr>::GetInstance()->formDmsClient_->SetDmsProxy(dmsSerice->AsObject()); in SetUp()