Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 191) sorted by relevance

12345678

/ohos5.0/docs/zh-cn/application-dev/reference/apis-form-kit/
H A Djs-apis-application-formHost-sys.md37 import Base from '@ohos.base';
72 import Base from '@ohos.base';
102 import Base from '@ohos.base';
135 import Base from '@ohos.base';
173 import Base from '@ohos.base';
203 import Base from '@ohos.base';
238 import Base from '@ohos.base';
268 import Base from '@ohos.base';
303 import Base from '@ohos.base';
333 import Base from '@ohos.base';
[all …]
H A Djs-apis-application-formProvider.md35 import Base from '@ohos.base';
39 formProvider.setFormNextRefreshTime(formId, 5, (error: Base.BusinessError) => {
70 import Base from '@ohos.base';
76 }).catch((error: Base.BusinessError) => {
100 import Base from '@ohos.base';
110 formProvider.updateForm(formId, obj, (error: Base.BusinessError) => {
141 import Base from '@ohos.base';
153 }).catch((error: Base.BusinessError) => {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-notification-sys.md43 import Base from '@ohos.base';
99 import Base from '@ohos.base';
145 import Base from '@ohos.base';
190 import Base from '@ohos.base';
226 import Base from '@ohos.base';
275 import Base from '@ohos.base';
315 import Base from '@ohos.base';
360 import Base from '@ohos.base';
407 import Base from '@ohos.base';
445 import Base from '@ohos.base';
[all …]
H A Djs-apis-notification.md37 import Base from '@ohos.base';
86 import Base from '@ohos.base';
126 import Base from '@ohos.base';
165 import Base from '@ohos.base';
194 import Base from '@ohos.base';
226 import Base from '@ohos.base';
256 import Base from '@ohos.base';
283 import Base from '@ohos.base';
319 import Base from '@ohos.base';
346 import Base from '@ohos.base';
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dbase.cpp26 Base::Base(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<PluginBase> plugin) in Base() function in Base
29 Status Base::Init() in Init()
47 Status Base::Deinit() in Deinit()
63 Status Base::Prepare() in Prepare()
82 Status Base::Reset() in Reset()
100 Status Base::Start() in Start()
119 Status Base::Stop() in Stop()
146 Status Base::GetState(State &state) in GetState()
152 std::shared_ptr<Allocator> Base::GetAllocator() in GetAllocator()
157 Status Base::SetCallback(CallbackWrap* cb) in SetCallback()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dbase.h56 class Base {
58 Base(const Base &) = delete;
60 Base operator=(const Base &) = delete;
62 virtual ~Base() = default;
91 Base(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<PluginBase> plugin);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-commonEvent.md43 import Base from '@ohos.base';
46 function publishCB(err:Base.BusinessError) {
81 import Base from '@ohos.base';
92 function publishCB(err:Base.BusinessError) {
126 import Base from '@ohos.base';
175 import Base from '@ohos.base';
189 }).catch((err:Base.BusinessError) => {
215 import Base from '@ohos.base';
226 function subscribeCB(err:Base.BusinessError, data:CommonEventManager.CommonEventData) {
271 import Base from '@ohos.base';
[all …]
H A Djs-apis-commonEvent-sys.md48 import Base from '@ohos.base';
51 function publishCB(err:Base.BusinessError) {
92 import Base from '@ohos.base';
102 function publishCB(err:Base.BusinessError) {
137 import Base from '@ohos.base';
148 function subscribeCB(err:Base.BusinessError, data:CommonEventManager.CommonEventData) {
157 function createCB(err:Base.BusinessError, commonEventSubscriber:CommonEventManager.CommonEventSubsc…
169 function unsubscribeCB(err:Base.BusinessError) {
H A Djs-apis-base.md31 **系统能力:** SystemCapability.Base
51 **系统能力:** SystemCapability.Base
75 **系统能力:** SystemCapability.Base
95 **系统能力:** SystemCapability.Base
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-notification-sys.md43 import Base from '@ohos.base';
99 import Base from '@ohos.base';
145 import Base from '@ohos.base';
190 import Base from '@ohos.base';
226 import Base from '@ohos.base';
275 import Base from '@ohos.base';
315 import Base from '@ohos.base';
360 import Base from '@ohos.base';
407 import Base from '@ohos.base';
445 import Base from '@ohos.base';
[all …]
H A Djs-apis-notification.md37 import Base from '@ohos.base';
86 import Base from '@ohos.base';
126 import Base from '@ohos.base';
165 import Base from '@ohos.base';
194 import Base from '@ohos.base';
226 import Base from '@ohos.base';
256 import Base from '@ohos.base';
283 import Base from '@ohos.base';
319 import Base from '@ohos.base';
346 import Base from '@ohos.base';
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/
H A Djs-apis-application-formHost-sys.md37 import Base from '@ohos.base';
72 import Base from '@ohos.base';
102 import Base from '@ohos.base';
135 import Base from '@ohos.base';
173 import Base from '@ohos.base';
203 import Base from '@ohos.base';
238 import Base from '@ohos.base';
268 import Base from '@ohos.base';
303 import Base from '@ohos.base';
333 import Base from '@ohos.base';
[all …]
H A Djs-apis-application-formProvider.md35 import Base from '@ohos.base';
39 formProvider.setFormNextRefreshTime(formId, 5, (error: Base.BusinessError) => {
70 import Base from '@ohos.base';
76 }).catch((error: Base.BusinessError) => {
100 import Base from '@ohos.base';
110 formProvider.updateForm(formId, obj, (error: Base.BusinessError) => {
141 import Base from '@ohos.base';
153 }).catch((error: Base.BusinessError) => {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_any.h61 struct Base;
62 using BaseUPtr = std::unique_ptr<Base>;
63 struct Base { struct
64 virtual ~Base() {} in ~Base() argument
69 struct Derived : Base {
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dflashd_main.cpp32 Base::SetLogLevel(LOG_LAST); // debug log print in FlashdMain()
33 Base::SetLogCache(false); in FlashdMain()
49 Base::SetLogLevel(logLevel); in FlashdMain()
58 Base::PrintMessage("Both TCP and USB are disable, default enable usb"); in FlashdMain()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings.inl43 template<typename Base, typename R, typename... Args>
44 void JSClassImpl<C, ImplDetail>::Method(const char* name, R (Base::*func)(Args...), MethodOptions o…
46 static_assert(std::is_base_of_v<Base, C>, "Trying to bind an unrelated method!");
60 template<typename Base, typename R, typename... Args>
63 static_assert(std::is_base_of_v<Base, C>, "Trying to bind an unrelated method!");
147 template<typename Base>
150 static_assert(std::is_base_of_v<Base, C>, "Calling Inherit() on unrelated classes!");
151 ImplDetail<C>::template Inherit<Base>();
155 template<typename Base>
160 static_assert(std::is_base_of_v<Base, C>, "Calling Inherit() on unrelated classes!");
[all …]
H A Dbindings_implementation.inl31 template<typename Base, typename R, typename... Args>
32 void JSClassImpl<C, ImplDetail>::Method(const char* name, R (Base::*func)(Args...), MethodOptions o…
34 static_assert(std::is_base_of_v<Base, C>, "Trying to bind an unrelated method!");
151 template<typename Base>
154 static_assert(std::is_base_of_v<Base, C>, "Calling Inherit() on unrelated classes!");
155 ImplDetail<C>::template Inherit<Base>();
159 template<typename Base>
163 static_assert(std::is_base_of_v<Base, C>, "Calling Inherit() on unrelated classes!");
164 ImplDetail<C>::template InheritAndBind<Base>(bindTarget, ctor, dtor, gcMark);
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/InjectNotice/
H A DInjectNoticeUtil.ts21 import Base from '@ohos.base';
75 }).catch((error: Base.BusinessError) => {
138 notificationManager.publish(notificationRequest, (err: Base.BusinessError) => {
157 }).catch((err: Base.BusinessError) => {
160 } catch (err: Base.BusinessError) {
170 } catch (err: Base.BusinessError) {
190 }).catch((err: Base.BusinessError) => {
202 CommonEventManager.subscribe(this.commonEventSubscriber, (err: Base.BusinessError,
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-c-cpp-secure-coding-guide.md350 Base(const Base&) = default;
351 Base& operator=(const Base&) = default;
352 Base(Base&&) = default;
353 Base& operator=(Base&&) = default;
365 Base(const Base&) = delete;
366 Base& operator=(const Base&) = delete;
367 Base(Base&&) = delete;
368 Base& operator=(Base&&) = delete;
387 Base(const Base&) = default;
388 Base& operator=(const Base&) = default;
[all …]
H A DOpenHarmony-cpp-coding-style-guide.md1505 示例:类Base是基类,Sub是派生类
1509 Base();
1513 Base::Base() // 基类构造函数
1567 class Base {
1571 ~Base()
1628 class Base {
1669 class Base {
1680 Base* base = sub;
2477 class Base {
2666 class Base {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-commonEvent.md43 import Base from '@ohos.base';
46 function publishCB(err:Base.BusinessError) {
81 import Base from '@ohos.base';
92 function publishCB(err:Base.BusinessError) {
126 import Base from '@ohos.base';
175 import Base from '@ohos.base';
189 }).catch((err:Base.BusinessError) => {
215 import Base from '@ohos.base';
226 function subscribeCB(err:Base.BusinessError, data:CommonEventManager.CommonEventData) {
271 import Base from '@ohos.base';
[all …]
H A Djs-apis-base.md3 The **Base** module defines the public callback types of ArkTS APIs, including the common and error…
31 **System capability**: SystemCapability.Base
51 **System capability**: SystemCapability.Base
75 **System capability**: SystemCapability.Base
95 **System capability**: SystemCapability.Base
H A Djs-apis-commonEvent-sys.md48 import Base from '@ohos.base';
51 function publishCB(err:Base.BusinessError) {
92 import Base from '@ohos.base';
102 function publishCB(err:Base.BusinessError) {
137 import Base from '@ohos.base';
148 function subscribeCB(err:Base.BusinessError, data:CommonEventManager.CommonEventData) {
157 function createCB(err:Base.BusinessError, commonEventSubscriber:CommonEventManager.CommonEventSubsc…
169 function unsubscribeCB(err:Base.BusinessError) {
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.cpp31 struct Base { struct in OHOS::Media::NapiCallback
34 Base() = default;
35 virtual ~Base() = default;
68 struct Error : public Base {
101 static void CompleteCallback(napi_env env, NapiCallback::Base *jsCb) in CompleteCallback()
119 NapiCallback::Base *cb = reinterpret_cast<NapiCallback::Base *>(work->data); in CompleteCallback()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H A Dsmq_test.cpp39 using OHOS::HDI::Base::SharedMemQueue;
40 using OHOS::HDI::Base::SharedMemQueueMeta;
41 using OHOS::HDI::Base::SmqType;
345 std::unique_ptr<OHOS::HDI::Base::SharedMemQueueSyncer> syncer_ =
346 std::make_unique<OHOS::HDI::Base::SharedMemQueueSyncer>(syncerPtr_);
347 syncer_->Wake(OHOS::HDI::Base::SharedMemQueueSyncer::SYNC_WORD_WRITE);
348 syncer_->Wait(OHOS::HDI::Base::SharedMemQueueSyncer::SYNC_WORD_WRITE, 0);
349 syncer_->Wake(OHOS::HDI::Base::SharedMemQueueSyncer::SYNC_WORD_WRITE);
350 syncer_->Wait(OHOS::HDI::Base::SharedMemQueueSyncer::SYNC_WORD_WRITE, 5);

12345678