Home
last modified time | relevance | path

Searched refs:frameRoutingId (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp116 FromNwebID(bundle.nwebId)->FindObject(returnedObjectId)->AddHolder(bundle.frameRoutingId); in CallH5Function()
118 returnedObjectId = FromNwebID(bundle.nwebId)->AddObject(env, *napiArg, false, bundle.frameRoutingId); in CallH5Function()
185 napi_env env, int32_t nwebId, int32_t frameRoutingId, int32_t h5ObjectId, std::string funcName) in CreateFunctionForH5()
190 bundle->frameRoutingId = frameRoutingId; in CreateFunctionForH5()
207 if (!obj || bundle.frameRoutingId < 0) { in AddFunctionToObjectForH5()
211 napi_value func = CreateFunctionForH5(env, bundle.nwebId, bundle.frameRoutingId, bundle.h5Id, bundle.funcName); in AddFunctionToObjectForH5()
511 bundle.frameRoutingId = frameId; in ParseBinNwebValue2NapiValue()
877 inParam->webJsResCb->FindObject(returnedObjectId)->AddHolder(inParam->frameRoutingId); in ProcessObjectCaseInJsTd()
879 returnedObjectId = inParam->webJsResCb->AddObject(env, callResult, false, inParam->frameRoutingId); in ProcessObjectCaseInJsTd()
184 CreateFunctionForH5( napi_env env, int32_t nwebId, int32_t frameRoutingId, int32_t h5ObjectId, std::string funcName) CreateFunctionForH5() argument
[all...]
H A Dwebview_javascript_result_callback.h407 int32_t frameRoutingId; member
417 int32_t frameRoutingId = -1; member

Completed in 4 milliseconds