/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/ |
H A D | rdb_radar_reporter.h | 61 void LocalReport(int bizSence, const char *funcName, int state, int errCode = 0);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/ |
H A D | rdb_radar_reporter.cpp | 44 void RdbRadar::LocalReport(int bizSence, const char* funcName, int state, int errCode) in LocalReport() argument
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller_channel_listener.h | 30 void OnSessionState(int32_t state, std::string networkId) override;
|
/foundation/distributedhardware/distributed_camera/services/channel/include/ |
H A D | icamera_channel_listener.h | 37 virtual void OnSessionState(int32_t state, std::string networkId) = 0;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/listener/ |
H A D | dcamera_sink_output_channel_listener.h | 30 void OnSessionState(int32_t state, std::string networkId) override;
|
H A D | dcamera_sink_controller_channel_listener.h | 30 void OnSessionState(int32_t state, std::string networkId) override;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/callback/ |
H A D | dcamera_session_callback.h | 31 void OnFocusState(FocusState state) override;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input_channel_listener.h | 32 void OnSessionState(int32_t state, std::string networkId) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | service_callback_mock.h | 42 void OnSyncStateChanged(CloudSyncState state, ErrorType error) override {}
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_dfinder_hidump.h | 37 int DFinderDumpIface(char *buf, int size, const char *ifname, const struct in_addr *ip, uint8_t state);
|
/third_party/ffmpeg/libavcodec/ |
H A D | g722.h | 56 struct G722Band state; member
|
/third_party/curl/lib/ |
H A D | ftplistparser.h | 52 CURLWC_DONE /* if is wildcard->state == CURLWC_DONE wildcard loop 65 unsigned char state; /* wildcard_states */ member
|
H A D | pop3.h | 34 POP3_STOP, /* do nothing state, stops the state machine */ 64 pop3state state; /* Always use pop3.c:state() to change state! */ member
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-state.h | 51 int state; member 55 * lws_state_reg_notifier() - add dep handler for state notifications 61 * state changes. The handlers can defeat or take over responsibility for 73 * Remove a notification handler from its state manager 80 * lws_state_reg_notifier_list() - add dep handlers for state notifications 94 * lws_state_transition_steps() - move to state via starting any deps 96 * \param mgr: the state manager object 97 * \param target: the state we wish to move to 99 * Advance state by state toward [all...] |
H A D | lws-ssd1306-i2c.h | 57 lws_display_ssd1306_i2c_power(const struct lws_display *disp, int state);
|
H A D | lws-sha1-base64.h | 103 lws_b64_decode_state_init(struct lws_b64state *state);
|
H A D | lws-ili9341-spi.h | 48 lws_display_ili9341_spi_power(const struct lws_display *disp, int state);
|
/third_party/libwebsockets/include/libwebsockets/abstract/ |
H A D | transports.h | 46 int (*state)(lws_abs_transport_inst_t *d); member
|
/third_party/mbedtls/include/mbedtls/ |
H A D | sha1.h | 59 uint32_t MBEDTLS_PRIVATE(state)[5]; /*!< The intermediate digest state. */ 97 * \brief This function clones the state of a SHA-1 context.
|
H A D | ripemd160.h | 44 uint32_t MBEDTLS_PRIVATE(state)[5]; /*!< intermediate digest state */ 68 * \brief Clone (the state of) a RIPEMD-160 context
|
H A D | threading.h | 32 /* WARNING - state should only be accessed when holding the mutex lock in 34 * state will be 0 after a failed init or a free, and nonzero after a 37 char MBEDTLS_PRIVATE(state); 56 * mutex) in a state such that mutex_lock() will fail when 108 * state variable for all key slots in &global_data.key_slots. 110 * This mutex must be held when any read from or write to a state or
|
H A D | md5.h | 53 uint32_t MBEDTLS_PRIVATE(state)[4]; /*!< intermediate digest state */ 87 * \brief Clone (the state of) an MD5 context
|
H A D | chacha20.h | 51 uint32_t MBEDTLS_PRIVATE(state)[16]; /*! The state (before round operations). */
|
/third_party/mbedtls/tests/scripts/ |
H A D | gen_pkcs1_v21_sign_verify.pl | 47 my $state = 0;
|
/third_party/libwebsockets/lib/secure-streams/cpp/ |
H A D | lssMsg.cxx | 46 lssmsg_state(void *userobj, void *h_src, lws_ss_constate_t state, in lssmsg_state() argument
|