Searched refs:valuetype (Results 1 - 5 of 5) sorted by relevance
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 61 napi_valuetype valuetype; in GetContext() local 62 if (napi_typeof(env, args[0], &valuetype) != napi_ok) { in GetContext() 67 if (valuetype != napi_number) { in GetContext()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
H A D | NativeRender.cpp | 74 napi_valuetype valuetype; in GetNativeRender() local 75 status = napi_typeof(env, args[0], &valuetype); in GetNativeRender() 79 if (valuetype != napi_number) { in GetNativeRender()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/ |
H A D | napi_manager.cpp | 43 napi_valuetype valuetype; in GetContext() local 44 status = napi_typeof(env, args[0], &valuetype); in GetContext() 48 if (valuetype != napi_number) { in GetContext()
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/ |
H A D | napi_manager.cpp | 43 napi_valuetype valuetype; in GetContext() local 44 status = napi_typeof(env, args[0], &valuetype); in GetContext() 48 if (valuetype != napi_number) { in GetContext()
|
/applications/standard/contacts_data/contacts/src/ |
H A D | contacts_api.cpp | 683 napi_valuetype valuetype = napi_undefined; in ExecuteSyncDone() local 684 napi_typeof(env, callBack, &valuetype); in ExecuteSyncDone() 685 if (valuetype != napi_function) { in ExecuteSyncDone() 1166 napi_valuetype valuetype = napi_undefined; in Scheduling() local 1167 napi_typeof(env, argv[argc - 1], &valuetype); in Scheduling() 1169 if (valuetype == napi_function) { in Scheduling()
|
Completed in 6 milliseconds