/base/notification/common_event_service/frameworks/core/include/ |
H A D | common_event_proxy.h | 39 * @param event Indicates the common event data. 51 * @param event Indicates the common event data 86 * @param eventData Indicates the common event data. 108 * @param receiverData Indicates the result data. 173 bool SendRequest(CommonEventInterfaceCode code, MessageParcel &data, MessageParcel &reply);
|
/base/notification/eventhandler/frameworks/napi/include/ |
H A D | events_emitter.h | 76 EventData data; member
|
/base/notification/common_event_service/test/benchmarktest/common_event_publish_test/ |
H A D | common_event_publish_test.cpp | 55 virtual void OnReceiveEvent(const CommonEventData &data) {};
in OnReceiveEvent() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | disturb_mode.h | 76 sptr<NotificationDoNotDisturbProfile> data; member
|
/base/location/test/location_gnss/mock/include/ |
H A D | mock_gnss_ability_stub.h | 41 MOCK_METHOD(void, SendMessage, (uint32_t code, MessageParcel &data, MessageParcel &reply));
|
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/ |
H A D | js_util_cooperate.h | 70 CallbackData data;
member
|
/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | subscriber.h | 35 void OnReceiveEvent(const CommonEventData &data) override;
|
/base/notification/common_event_service/interfaces/kits/ndk/include/ |
H A D | oh_commonevent.h | 55 * @brief the data of the commonEvent callback 61 * @brief The description of the parameters in a common event callback data. 69 * @param data common event callback data. 71 typedef void (*CommonEvent_ReceiveCallback)(const CommonEvent_RcvData *data); 158 * @brief Get event name from callback data. 160 * @param rcvData Indicates the event of callback data. 166 * @brief Get event result code from callback data. 168 * @param rcvData Indicates the event of callback data. 174 * @brief Get event result data fro [all...] |
H A D | oh_commonevent_parameters_parse.h | 37 int32_t GetCommonEventData(const CommonEventData &data, CommonEvent_RcvData* cData);
|
/base/notification/common_event_service/tools/test/moduletest/cem/ |
H A D | common_event_command_dump_module_test.cpp | 76 void OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent() argument
|
/base/powermgr/battery_lite/services/src/ |
H A D | battery_manage_service.c | 103 .data = NULL,
in BatteryMonitorHandle()
|
/base/security/certificate_framework/interfaces/inner_api/certificate/ |
H A D | x509_certificate.h | 110 HcfX509Certificate **data; member
|
H A D | x509_crl.h | 93 HcfX509Crl **data; member
|
/base/security/appverify/interfaces/innerkits/appverify/include/common/ |
H A D | hap_byte_buffer.h | 51 DLL_EXPORT void PutData(int32_t offset, const char data[], int32_t len);
|
/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | app_centraldirectory.h | 94 void HapPutData(const HapBuf *hapBuffer, int32_t offset, const unsigned char *data, int32_t len);
|
/base/security/device_security_level/services/sa/lite/mini/ |
H A D | dslm_service_feature.c | 62 Response response = {.data = "Default response", .len = 0}; in FEATURE_OnMessage()
|
/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_service_feature.c | 63 Response response = {.data = "Default response", .len = 0}; in FEATURE_OnMessage()
|
/base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/ |
H A D | risk_collect_fuzzer.cpp | 100 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/base/startup/init/services/loopevent/idle/ |
H A D | le_idle.c | 84 static int IdleListTraversalProc(ListNode *node, void *data)
in IdleListTraversalProc() argument
|
/base/startup/init/services/begetctl/shell/ |
H A D | shell.h | 77 char data; member
|
/base/startup/init/services/param/linux/ |
H A D | param_message.h | 66 char data[0];
member
|
/base/startup/init/services/param/base/ |
H A D | param_base.h | 66 int ret = PARAM_MEMCPY(value, *length, entry->data + entry->keyLength + 1, entry->valueLength);
in ReadParamValue_()
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_test_file_operator.c | 60 if ((fileName == NULL) || (blob == NULL) || (blob->data == NULL) || (blob->size == 0) || (size == NULL)) { in HksFileRead()
|
/base/startup/init/test/unittest/modules/ |
H A D | modules_unittest.cpp | 33 void *BootchartThreadMain(void *data); 72 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); in HWTEST_F() 82 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); in HWTEST_F() 93 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_pdu_code_type.h | 167 char data[MAX_USER_DATA_LEN + 1]; member
|