/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.h | 104 static void UnmarshallingComplete(napi_env env, napi_status status, void *data);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.h | 59 void SetProgressStatus(ProgressStatus status);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.h | 144 void SetFrameNodeStatus(FrameNodeType type, FrameNodeStatus status);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.h | 44 int status; member
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 94 mark.status = QuickFixStatus::DEPLOY_START; in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | audio_sink.h | 19 #include "common/status.h" 66 int32_t SetMaxAmplitudeCbStatus(bool status);
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.h | 188 void NotifyScreenPowerStatus(ScreenId id, ScreenPowerStatus status);
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | BaseObjectJS.cpp | 143 auto status = napi_instanceof(env, obj, cl, &result); in IsInstanceOf() local
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | m3u8.h | 93 static void OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader> &,
|
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | drm_host_manager.h | 99 void OnReceive(const HDI::ServiceManager::V1_0::ServiceStatus &status) override;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service.h | 144 virtual int32_t GetCameraOutputStatus(int32_t pid, int32_t &status) = 0;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcamera_service_proxy.h | 122 int32_t GetCameraOutputStatus(int32_t pid, int32_t &status) override;
|
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_photo_access_helper_napi.h | 118 bool status; member
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | smart_album_napi.h | 110 bool status; member
|
H A D | fetch_file_result_napi.h | 104 bool status; member in OHOS::Media::FetchFileResultAsyncContext
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_data_manager.h | 174 int32_t OnScanFinished(const int32_t status, const std::string &uri, const std::string &path) override;
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 245 virtual int32_t SetMaxAmplitudeCbStatus(bool status) in SetMaxAmplitudeCbStatus() argument
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 191 * @brief Enumerates event status. 201 * @brief Notify when display power event status changed. 203 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0; 300 * @brief Enumerates the fold status.
|
/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension_context.cpp | 124 [weak = context_, want, startOptions](napi_env env, NapiAsyncTask& task, int32_t status) { in OnStartAbility()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_session_impl_test.cpp | 70 bool OnDataAvailable(std::shared_ptr<Communication::SoftBus::Session> session, uint32_t status) in OnDataAvailable() argument
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_databus_invoker.h | 92 virtual void SetStatus(uint32_t status) override;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_service_impl_test.cpp | 57 bool OnDataAvailable(std::shared_ptr<Session> session, uint32_t status) override
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 93 * @brief Indicates the mask bit for a LNN node running status change event. 102 * @brief Indicates the mask bit for a LNN node network status change event. 188 NODE_KEY_DEVICE_SCREEN_STATUS, /**< device screen status in bool format */ 288 * @brief Defines the running status about a device. see {@link INodeStateCb.onNodeStatusChanged} 308 TYPE_AUTH_STATUS = 2, /**< Certify status change */ 311 TYPE_SCREEN_STATUS = 5, /**< Screen status change */ 496 * @brief Called when the running status of a device changes. 499 * @param status Indicates the pointer to the new status of the device. 505 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); [all...] |
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.h | 44 int status = UNCONNECTED; member
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_state_machine.h | 59 * @Description Registers the scan status change callback function for ScanService. 162 * @Description PNO scanning status 178 * @Description PNO hardware scanning status. 194 * @Description Single scanning status after PNO scanning. 210 * @Description PNO software scanning status. 242 * @Description PNO software scanning status. 257 InitState *initState; /* Scanning initial status pointer */ 258 HardwareReady *hardwareReadyState; /* Pointer to the hardware startup completion status */ 259 CommonScan *commonScanState; /* Pointer to the common scanning status */ 261 CommonScanning *commonScanningState; /* Pointer to the common scanning status */ [all...] |