| /foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
| H A D | storage_total_status_service.cpp | 133 int32_t StorageTotalStatusService::GetSizeOfPath(const char *path, int32_t type, int64_t &size) in GetSizeOfPath() argument
|
| /foundation/window/window_manager/window_scene/screen_session_manager/src/ |
| H A D | screen_session_manager_lite.cpp | 79 RegisterDisplayManagerAgent( const sptr<IDisplayManagerAgent>& displayManagerAgent, DisplayManagerAgentType type) RegisterDisplayManagerAgent() argument 89 UnregisterDisplayManagerAgent( const sptr<IDisplayManagerAgent>& displayManagerAgent, DisplayManagerAgentType type) UnregisterDisplayManagerAgent() argument
|
| /foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
| H A D | screen_session_manager_lite_stub.cpp | 88 auto type = static_cast<DisplayManagerAgentType>(data.ReadUint32()); in HandleRegisterDisplayManagerAgent() local 101 auto type = static_cast<DisplayManagerAgentType>(data.ReadUint32()); in HandleUnRegisterDisplayManagerAgent() local
|
| /foundation/window/window_manager/window_scene/test/dms_unittest/ |
| H A D | screen_session_manager_lite_stub_test.cpp | 76 DisplayManagerAgentType type = DisplayManagerAgentType::DISPLAY_POWER_EVENT_LISTENER; in HWTEST_F() local 100 DisplayManagerAgentType type = DisplayManagerAgentType::DISPLAY_POWER_EVENT_LISTENER; in HWTEST_F() local [all...] |
| /foundation/window/window_manager/window_scene/test/unittest/ |
| H A D | session_stage_stub_test.cpp | 76 WindowManagerAgentType type = WindowManagerAgentType::WINDOW_MANAGER_AGENT_TYPE_FOCUS; in HWTEST_F() local [all...] |
| H A D | system_session_lifecycle_test.cpp | 240 WindowType type = WindowType::WINDOW_TYPE_FLOAT_CAMERA; in HWTEST_F() local [all...] |
| /foundation/window/window_manager/wm/src/ |
| H A D | window_manager_agent.cpp | 28 void WindowManagerAgent::UpdateWindowModeTypeInfo(WindowModeType type) in UpdateWindowModeTypeInfo() argument 76 void WindowManagerAgent::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() argument 38 NotifyAccessibilityWindowInfo(const std::vector<sptr<AccessibilityWindowInfo>>& infos, WindowUpdateType type) NotifyAccessibilityWindowInfo() argument
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | accessibility_connection.cpp | 28 void AccessibilityConnection::NotifyAccessibilityWindowInfo(const sptr<WindowNode>& node, WindowUpdateType type) in NotifyAccessibilityWindowInfo() argument 61 void AccessibilityConnection::NotifyAccessibilityWindowInfo(DisplayId displayId, WindowUpdateType type) in NotifyAccessibilityWindowInfo() argument 45 NotifyAccessibilityWindowInfo(DisplayId displayId, const std::vector<sptr<WindowNode>>& nodes, WindowUpdateType type) NotifyAccessibilityWindowInfo() argument
|
| H A D | window_group_mgr.cpp | 171 OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) OnDisplayStateChange() argument
|
| H A D | window_manager_agent_controller.cpp | 46 void WindowManagerAgentController::UpdateWindowModeTypeInfo(WindowModeType type)
in UpdateWindowModeTypeInfo() argument 27 RegisterWindowManagerAgent(const sptr<IWindowManagerAgent>& windowManagerAgent, WindowManagerAgentType type) RegisterWindowManagerAgent() argument 33 UnregisterWindowManagerAgent(const sptr<IWindowManagerAgent>& windowManagerAgent, WindowManagerAgentType type) UnregisterWindowManagerAgent() argument 66 NotifyAccessibilityWindowInfo( const std::vector<sptr<AccessibilityWindowInfo>>& infos, WindowUpdateType type) NotifyAccessibilityWindowInfo() argument
|
| /foundation/window/window_manager/wm/test/unittest/ |
| H A D | window_scene_test.cpp | 384 WindowType type = WindowType::WINDOW_TYPE_DIALOG; HWTEST_F() local 404 WindowType type = WindowType::WINDOW_TYPE_DIALOG; HWTEST_F() local [all...] |
| H A D | window_stub_test.cpp | 299 uint32_t type = 1; HWTEST_F() local [all...] |
| /foundation/window/window_manager/wmserver/include/ |
| H A D | window_node_state_machine.h | 84 void SetWindowType(WindowType type) in SetWindowType() argument
|
| /foundation/window/window_manager/wm/src/zidl/ |
| H A D | window_manager_agent_stub.cpp | 53 WindowModeType type = static_cast<WindowModeType>(data.ReadUint8()); in OnRemoteRequest() local 91 WindowUpdateType type = static_cast<WindowUpdateType>(data.ReadUint32()); in OnRemoteRequest() local 155 WindowStyleType type = static_cast<WindowStyleType>(data.ReadUint8()); in OnRemoteRequest() local
|
| /test/ostest/wukong/component_event/include/ |
| H A D | component_tree.h | 77 void AddTypeInputCount(uint32_t type) in AddTypeInputCount() argument
|
| /test/ostest/wukong/report/include/ |
| H A D | csv_utils.h | 31 std::string type; member
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
| H A D | list_nodeadapterevent_test.cpp | 93 auto type = OH_ArkUI_NodeAdapterEvent_GetType(event); in CallBack() local
|
| /test/xts/acts/multimedia/audio/ohaudioNdktest/ |
| H A D | ActsOhaudioNdkTest.cpp | 49 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; in CreateRenderBuilder() local
|
| /test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
| H A D | huks_attest_test_common.cpp | 158 static int32_t ValidataAndCompareCertInfo(ParamType type, const struct OH_Huks_CertChain *certChain, in ValidataAndCompareCertInfo() argument 181 ValidateCertChainTest(const struct OH_Huks_CertChain *certChain, const struct OH_Huks_Param tmpParam[], ParamType type) ValidateCertChainTest() argument
|
| /test/xts/device_attest/services/core/adapter/ |
| H A D | attest_adapter_oem.c | 21 bool OEMIsFlagExist(OEM_FLAG_TYPE type) in OEMIsFlagExist() argument 35 int32_t OEMCreateFlag(OEM_FLAG_TYPE type) in OEMCreateFlag() argument
|
| /test/xts/device_attest/services/core/utils/ |
| H A D | attest_utils_timer.c | 48 static ATTEST_TIMER_ID AttestTimerCreate(TimerCallbackFunc func, AttestTimerType type, in AttestTimerCreate() argument 132 AttestTimerType type = (isOnce == ATTEST_TIMER_TYPE_ONCE) ? ATTEST_TIMER_TYPE_ONCE : ATTEST_TIMER_TYPE_PERIOD; in AttestStartTimerTask() local
|
| /test/xts/device_attest/test/fuzztest/devattestadapteroem_fuzzer/ |
| H A D | devattestadapteroem_fuzzer.cpp | 62 static void OEMWriteData(const uint8_t* data, size_t size, int32_t type) in OEMWriteData() argument
|
| /test/xts/device_attest/test/performancetest/src/ |
| H A D | devattestservice_performance_test.cpp | 42 void SetPhaseConsumeTime(AttestPhaseType type, long long time) in SetPhaseConsumeTime() argument
|
| /test/xts/device_attest_lite/services/core/utils/ |
| H A D | attest_utils_timer.c | 51 static ATTEST_TIMER_ID AttestTimerCreate(TimerCallbackFunc func, AttestTimerType type, in AttestTimerCreate() argument 135 AttestTimerType type = (isOnce == ATTEST_TIMER_TYPE_ONCE) ? ATTEST_TIMER_TYPE_ONCE : ATTEST_TIMER_TYPE_PERIOD; in AttestStartTimerTask() local
|
| /test/xts/hats/hdf/location/geofence_additional/ |
| H A D | location_geofence_test.cpp | 68 int32_t GeofenceCallbackImpl::ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, in ReportGeofenceOperateResult() argument
|