Home
last modified time | relevance | path

Searched refs:DESCRIPTOR (Results 1 – 6 of 6) sorted by relevance

/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Dmission_changed_notify.cpp30 const std::u16string DESCRIPTOR = u"ohos.aafwk.RemoteMissionListener"; variable
44 if (!data.WriteInterfaceToken(DESCRIPTOR)) { in NotifyMissionsChanged()
69 if (!data.WriteInterfaceToken(DESCRIPTOR)) { in NotifySnapshot()
95 if (!data.WriteInterfaceToken(DESCRIPTOR)) { in NotifyNetDisconnect()
121 if (!data.WriteInterfaceToken(DESCRIPTOR)) { in NotifyOsdSwitchChanged()
/foundation/aafwk/standard/frameworks/kits/ability/native/src/continuation/distributed/
Dreverse_continuation_scheduler_primary_stub.cpp24 const std::string ReverseContinuationSchedulerPrimaryStub::DESCRIPTOR( member in OHOS::AppExecFwk::ReverseContinuationSchedulerPrimaryStub
53 std::u16string descriptor = Str8ToStr16(DESCRIPTOR); in OnRemoteRequest()
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
Diremote_broker.h50 #define DECLARE_INTERFACE_DESCRIPTOR(DESCRIPTOR) \ argument
51 static inline const std::u16string metaDescriptor_ = { DESCRIPTOR }; \
/foundation/aafwk/standard/frameworks/kits/ability/native/include/continuation/distributed/
Dreverse_continuation_scheduler_primary_stub.h46 static const std::string DESCRIPTOR; variable
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gatt/
Dgatt_client_service.cpp35 enum Type { SERVICE, INCLUDE_SERVICE, CHARACTERISTICS, DESCRIPTOR }; enumerator
893 task.type_ = ClientApplication::Discover::Task::Type::DESCRIPTOR; in OnDiscoverAllCharacteristicOfServiceEvent()
1270 case Task::Type::DESCRIPTOR: in DiscoverNext()
/foundation/communication/ipc/
DREADME_zh.md296 DECLARE_INTERFACE_DESCRIPTOR(u"test.ITestAbility"); // DESCRIPTOR接口描述符建议使用"组件名.类名"的格式