Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_worker_manager.cpp84 MOCKER_CPP(&RTGCtrl::GetThreadGroup).stubs().will(returnValue(1));
85 MOCKER_CPP(&RTGCtrl::PutThreadGroup).stubs().will(returnValue(true));
86 MOCKER_CPP(&RTGCtrl::JoinThread).stubs().will(returnValue(true));
87 MOCKER_CPP(&RTGCtrl::RemoveThread).stubs().will(returnValue(true));
/ohos5.0/build/hb/util/loader/
H A Dgenerate_targets_gn.py198 for platform, stubs in platform_stubs.items():
206 parts = stubs.get('src')
209 if stubs.get('dist'):
210 dist_stub = stubs.get('dist')
H A Dplatforms_loader.py138 parts, stubs = self._load_platform_config(_platform_config_file)
140 all_stubs[_platform_name] = stubs
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.h59 uint16_t stubs[RADIX_TREE_SLOT_NUM]; member
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-memory-trace.md81 4. Add the code stubs in the code.
136 2. (Optional) Preset event parameters and stubs (or use the default event parameter settings and ev…
H A Dkernel-small-debug-trace.md164 2. (Optional) Preset event parameters and stubs (or use the default event parameter settings and ev…
H A Dkernel-standard-newip.md118 … to the common process of IPv4/IPv6 stacks, you need to break into New IP stubs instead of calling…
/ohos5.0/base/hiviewdfx/hiview/
H A DREADME.md32 Hiview works in event-driven mode. The core of Hiview is a collection of HiSysEvent stubs distribut…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hiview.md9 …ks in event-driven mode. The core of Hiview is a collection of HiSysEvent stubs distributed in the…
/ohos5.0/docs/en/application-dev/IDL/
H A Didl-guidelines.md12 …er-process communication (IPC) or remote procedure call (RPC) proxies and stubs during compilation.
14 … declaration, generates C, C++, JS, or TS code for IPC or RPC proxies and stubs during compilation.