Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/request/request/services/src/service/command/
H A Dmod.rs14 mod construct; module
H A Dconstruct.rs32 pub(crate) fn construct(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in construct() method
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) { in TEST() argument
H A DThreadBaseTests.cpp91 std::atomic_int construct{0}; in TEST() member
/ohos5.0/base/request/request/services/src/manage/events/
H A Dmod.rs27 mod construct; module
48 pub(crate) fn construct(config: TaskConfig) -> (Self, Recv<Result<u32, ErrorCode>>) { in construct() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java173 public void construct() throws Exception { in construct() method in UpdatableFontDirTest
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h74 XmlSerializer XmlTest::construct(napi_env env) in construct() function
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.cpp385 auto construct = [](napi_env env, napi_callback_info info) -> napi_value { return nullptr; }; in DefineEnumClassByName() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h870 void construct(const_pointer const str, size_type count) in construct() function
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs104 pub fn construct(&self, config: TaskConfig) -> u32 { in construct() method