Searched refs:origin (Results 1 - 8 of 8) sorted by relevance
/test/xts/hats/hdf/sensor/hdiService/ |
H A D | sensor_callback_impl.cpp | 98 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 D | uitest_ffi.cpp | 52 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 D | sensor_callback_impl.cpp | 94 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 D | attest_framework_feature.c | 46 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 D | LiteIPCFeatureTest.cpp | 88 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 D | LiteIPCServiceTest.cpp | 76 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 D | jsvm_utils.cpp | 156 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 D | arkoala_api.h | 155 ArkUIOffsetType origin; member
|
Completed in 22 milliseconds