Home
last modified time | relevance | path

Searched refs:origin (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/sensor/hdiService/
H A Dsensor_callback_impl.cpp98 void *origin = OsalMemCalloc(sizeof(uint8_t) * (event.dataLen)); in OnDataEvent() local
99 if (origin == nullptr) { in OnDataEvent()
102 uint8_t *tmp = static_cast<uint8_t*>(origin); in OnDataEvent()
114 OsalMemFree(origin); in OnDataEvent()
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp52 char *MallocCString(const string &origin) in MallocCString() argument
54 if (origin.empty()) { in MallocCString()
57 auto len = origin.length() + 1; in MallocCString()
62 return char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
/test/xts/hats/hdf/sensor/hdiService_additional/
H A Dsensor_callback_impl.cpp94 void *origin = OsalMemCalloc(sizeof(uint8_t) * (event.dataLen)); in OnDataEvent() local
95 uint8_t *tmp = static_cast<uint8_t *>(origin); in OnDataEvent()
108 OsalMemFree(origin); in OnDataEvent()
/test/xts/device_attest_lite/framework/small/src/service/
H A Dattest_framework_feature.c46 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
149 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
151 (void)origin; in Invoke()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DLiteIPCFeatureTest.cpp88 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
132 pthread_self(), iProxy, funcId, origin, req, reply); in Invoke()
H A DLiteIPCServiceTest.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
79 pthread_self(), iProxy, funcId, origin, req, reply); in Invoke()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp156 JSVM_ScriptOrigin origin = { in CompileWithName() local
161 OH_JSVM_CompileScriptWithOrigin(jsvm_env, js_str, NULL, JSVM_AUTO_LENGTH, false, NULL, &origin, &script)); in CompileWithName()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h155 ArkUIOffsetType origin; member

Completed in 23 milliseconds