Home
last modified time | relevance | path

Searched refs:pName (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp117 char *pName = if_indextoname(k.ifIndex, if_name); in GetAllSimStatsInfo() local
118 if (pName != nullptr) { in GetAllSimStatsInfo()
119 tempStats.iface_ = pName; in GetAllSimStatsInfo()
165 char *pName = if_indextoname(k.ifIndex, if_name); in GetAllStatsInfo() local
166 if (pName != nullptr) { in GetAllStatsInfo()
167 tempStats.iface_ = pName; in GetAllStatsInfo()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp111 napi_value WebGL2RenderingContextImpl::GetQuery(napi_env env, GLenum target, GLenum pName) in GetQuery() argument
113 LOGD("WebGL2 getQuery target %{public}u %{public}u", target, pName); in GetQuery()
114 if (pName != WebGL2RenderingContextBase::CURRENT_QUERY) { in GetQuery()
115 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_ENUM, "pName %{public}u", pName); in GetQuery()
125 glGetQueryiv(target, pName, &params); in GetQuery()
182 napi_value WebGL2RenderingContextImpl::GetQueryParameter(napi_env env, napi_value queryObj, GLenum pName) in GetQueryParameter() argument
193 switch (pName) { in GetQueryParameter()
195 glGetQueryObjectuiv(queryId, pName, &params); in GetQueryParameter()
201 glGetQueryObjectuiv(queryId, pName, in GetQueryParameter()
279 SamplerParameter( napi_env env, napi_value samplerObj, GLenum pName, bool isFloat, void* param) SamplerParameter() argument
314 GetSamplerParameter(napi_env env, napi_value samplerObj, GLenum pName) GetSamplerParameter() argument
[all...]
H A Dwebgl2_rendering_context_base.cpp269 GLenum pName = 0; in GetQuery() local
270 tie(succ, pName) = NVal(env, funcArg[NARG_POS::SECOND]).ToGLenum(); in GetQuery()
276 context->GetWebGL2RenderingContextImpl().GetQuery(env, target, pName); in GetQuery()
287 GLenum pName = 0; in GetQueryParameter() local
288 tie(succ, pName) = NVal(env, funcArg[NARG_POS::SECOND]).ToGLenum(); in GetQueryParameter()
294 context->GetWebGL2RenderingContextImpl().GetQueryParameter(env, funcArg[NARG_POS::FIRST], pName); in GetQueryParameter()
358 GLenum pName = 0; in SamplerParameteri() local
359 tie(succ, pName) = NVal(env, funcArg[NARG_POS::SECOND]).ToGLenum(); in SamplerParameteri()
371 env, funcArg[NARG_POS::FIRST], pName, false, static_cast<void*>(&param)); in SamplerParameteri()
382 GLenum pName in SamplerParameterf() local
406 GLenum pName = 0; GetSamplerParameter() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h44 napi_value GetQuery(napi_env env, GLenum target, GLenum pName);
47 napi_value GetQueryParameter(napi_env env, napi_value queryObj, GLenum pName);
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp2082 const char** pName = &name; in HWTEST_F() local
2083 OH_NN_ReturnCode ret = OH_NNDevice_GetName(deviceID, pName); in HWTEST_F()
2096 const char** pName = &name; in HWTEST_F() local
2097 OH_NN_ReturnCode ret = OH_NNDevice_GetName(deviceID, pName); in HWTEST_F()
2110 const char** pName = &name; in HWTEST_F() local
2111 OH_NN_ReturnCode ret = OH_NNDevice_GetName(deviceID, pName); in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp2627 const char** pName = &name; in HWTEST_F() local
2628 OH_NN_ReturnCode ret = OH_NNDevice_GetName(deviceID, pName); in HWTEST_F()
2641 const char** pName = &name; in HWTEST_F() local
2642 OH_NN_ReturnCode ret = OH_NNDevice_GetName(deviceID, pName); in HWTEST_F()
2655 const char** pName = &name; in HWTEST_F() local
2656 OH_NN_ReturnCode ret = OH_NNDevice_GetName(deviceID, pName); in HWTEST_F()

Completed in 15 milliseconds