Searched refs:getCbOpe (Results 1 - 1 of 1) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobject.cpp | 229 std::function<void(size_t argc, napi_value * argv)> getCbOpe = [env, ctxt](size_t argc, napi_value *argv) {
in JSSave() local 242 ctxt->GetCbInfo(env, info, getCbOpe);
in JSSave() 276 std::function<void(size_t argc, napi_value * argv)> getCbOpe = [env, ctxt](size_t argc, napi_value *argv) {
in JSRevokeSave() local 283 ctxt->GetCbInfo(env, info, getCbOpe);
in JSRevokeSave()
|
Completed in 1 milliseconds