Home
last modified time | relevance | path

Searched defs:theCall (Results 1 – 25 of 110) sorted by relevance

12345

/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmDebug/openinspector/src/main/cpp/
Dhello.cpp27 #define CHECK_RET(theCall) … argument
39 #define CHECK(theCall) … argument
51 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
64 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo/memorypressurenotification/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/getandclearlastexception/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/createbigintint64/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/createbigintuint64/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo/getvm/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/getnull/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/isexceptionpending/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/getglobal/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/iserror/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutDate/isdate/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/getpropertynames/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArray/istypedarray/src/main/cpp/
Dhello.cpp27 #define CHECK_RET(theCall) … argument
39 #define CHECK(theCall) … argument
51 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
64 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/getvalueint32/src/main/cpp/
Dhello.cpp27 #define CHECK_RET(theCall) … argument
39 #define CHECK(theCall) … argument
51 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
64 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject/getprototype/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/getproperty/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/getallpropertynames/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/getvalueuint32/src/main/cpp/
Dhello.cpp27 #define CHECK_RET(theCall) … argument
39 #define CHECK(theCall) … argument
51 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
64 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/coercetonumber/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/hasproperty/src/main/cpp/
Dhello.cpp25 #define CHECK_RET(theCall) … argument
37 #define CHECK(theCall) … argument
49 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
62 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/createuint32/src/main/cpp/
Dhello.cpp27 #define CHECK_RET(theCall) … argument
39 #define CHECK(theCall) … argument
51 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
64 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject/objectfreeze/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmProcess/entry/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/getvaluebigintint64/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument
/applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/coercetoobject/src/main/cpp/
Dhello.cpp26 #define CHECK_RET(theCall) … argument
38 #define CHECK(theCall) … argument
50 #define JSVM_CALL_BASE(env, theCall, retVal) … argument
63 #define JSVM_CALL(theCall) JSVM_CALL_BASE(env, theCall, nullptr) argument

12345