Home
last modified time | relevance | path

Searched refs:OnReady (Results 1 - 25 of 33) sorted by relevance

12

/foundation/distributeddatamgr/pasteboard/framework/test/include/
H A Ddistributed_clip.h28 void OnReady(const std::string &device) override;
35 void DistributedClip::OnReady(const std::string &device) {} in OnReady() function in OHOS::MiscServices::DistributedClip
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas.h29 static void OnReady(const JSCallbackInfo& info);
H A Djs_canvas.cpp85 JSClass<JSCanvas>::StaticMethod("onReady", &JSCanvas::OnReady); in JSBind()
99 void JSCanvas::OnReady(const JSCallbackInfo& info) in OnReady() function in OHOS::OHOS::Ace::Framework::JSCanvas
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddistributed_module_config.cpp131 void DistributedModuleConfig::OnReady(const std::string &device) in OnReady() function in OHOS::MiscServices::DistributedModuleConfig
133 DevProfile::GetInstance().OnReady(); in OnReady()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dfeature_stub_impl.cpp112 int32_t FeatureStubImpl::OnReady(const std::string &device) in OnReady() function in OHOS::DistributedData::FeatureStubImpl
117 return featureImpl_->OnReady(device); in OnReady()
H A Dfeature_stub_impl.h42 int32_t OnReady(const std::string &device);
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/
H A Dability_component.h41 ACE_DEFINE_COMPONENT_EVENT(OnReady, void());
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.h54 void OnReady() const;
H A Dability_component_delegate.cpp128 delegate->OnReady(); in RegisterEvent()
266 void AbilityComponentDelegate::OnReady() const in OnReady() function in OHOS::Ace::AbilityComponentDelegate
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dpreparing_state.h56 std::tuple<ErrorCode, Action> OnReady() override
H A Dstate.cpp141 std::tuple<ErrorCode, Action> State::OnReady() in OnReady() function in OHOS::Media::State
191 std::tie(rtv, nextAction) = OnReady(); in DispatchIntent()
H A Dstate.h89 virtual std::tuple<ErrorCode, Action> OnReady();
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddistributed_module_config.h38 void OnReady(const std::string &device) override;
H A Ddm_adapter.h39 virtual void OnReady(const std::string &device) = 0;
H A Ddev_profile.h34 void OnReady();
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h35 META_EVENT(META_NS::IOnChanged, OnReady)
232 bool OnReady(Callback&& callback) in OnReady() function in NodeState::INode
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_application.h38 virtual void OnReady() in OnReady() function in OHOS::AppExecFwk::MockApplication
40 GTEST_LOG_(INFO) << "MockApplication::OnReady called"; in OnReady()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcomponent_dll.cpp56 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnReady)
66 META_NS::Invoke<META_NS::IOnChanged>(OnReady());
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate.h94 virtual std::tuple<ErrorCode, Action> OnReady();
164 return OnReady();
H A Drecording_setting_state.h86 std::tuple<ErrorCode, Action> OnReady() override
H A Dstate.cpp121 std::tuple<ErrorCode, Action> State::OnReady() in OnReady() function in OHOS::Media::Record::State
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h57 virtual int32_t OnReady(const std::string &device);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp114 int32_t FeatureSystem::Feature::OnReady(const std::string &device) in OnReady() function in OHOS::DistributedData::FeatureSystem::Feature
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h99 void OnReady(const DmDeviceInfo &info);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp254 ret = mockFeature.OnReady(device); in HWTEST_F()

Completed in 8 milliseconds

12