/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/ |
D | jsMockSystemPlugin.js | 70 isComplete(arguments[0].complete) 252 isComplete(arguments[0].complete) 257 isComplete(arguments[0].complete) 287 arguments[0].complete() 307 isComplete(arguments[0].complete) 313 isComplete(arguments[0].complete) 318 isComplete(arguments[0].complete) 323 isComplete(arguments[0].complete) 327 isComplete(arguments[0].complete) 336 isComplete(arguments[0].complete) [all …]
|
/foundation/graphic/standard/rosen/modules/effect/effectChain/src/ |
D | program.cpp | 58 GLint complete = 0; in CheckShaderCompileErrors() local 60 glGetShaderiv(shader, GL_COMPILE_STATUS, &complete); in CheckShaderCompileErrors() 61 if (!complete) { in CheckShaderCompileErrors() 69 GLint complete = 0; in CheckProgramLinkErrors() local 71 glGetProgramiv(program, GL_LINK_STATUS, &complete); in CheckProgramLinkErrors() 72 if (!complete) { in CheckProgramLinkErrors()
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/storage/storage03/ |
D | index.js | 35 complete: function() { method 51 complete: function() { method 65 complete: function() { method 81 complete: function() { method 97 complete: function() { method
|
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/ability_manager/ |
D | js_ability_manager.cpp | 76 AsyncTask::CompleteCallback complete = in OnGetAbilityRunningInfos() local 90 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetAbilityRunningInfos() 107 AsyncTask::CompleteCallback complete = in OnGetExtensionRunningInfos() local 121 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetExtensionRunningInfos() 128 AsyncTask::CompleteCallback complete; in OnUpdateConfiguration() local 133 complete = [](NativeEngine& engine, AsyncTask& task, int32_t status) { in OnUpdateConfiguration() 142 complete = [](NativeEngine& engine, AsyncTask& task, int32_t status) { in OnUpdateConfiguration() 148 complete = [changeConfig](NativeEngine& engine, AsyncTask& task, int32_t status) { in OnUpdateConfiguration() 161 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnUpdateConfiguration() 168 AsyncTask::CompleteCallback complete = in OnGetTopAbility() local [all …]
|
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/ |
D | js_window_listener.cpp | 46 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnSizeChange() local 63 …Schedule(*engine_, std::make_unique<AsyncTask>(callback, std::move(execute), std::move(complete))); in OnSizeChange() 75 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnSystemBarPropertyChange() local 92 …Schedule(*engine_, std::make_unique<AsyncTask>(callback, std::move(execute), std::move(complete))); in OnSystemBarPropertyChange() 99 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnAvoidAreaChanged() local 125 …Schedule(*engine_, std::make_unique<AsyncTask>(callback, std::move(execute), std::move(complete))); in OnAvoidAreaChanged() 131 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in LifeCycleCallBack() local 139 …Schedule(*engine_, std::make_unique<AsyncTask>(callback, std::move(execute), std::move(complete))); in LifeCycleCallBack() 168 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnSizeChange() local 177 …Schedule(*engine_, std::make_unique<AsyncTask>(callback, std::move(execute), std::move(complete))); in OnSizeChange()
|
D | js_window.cpp | 289 AsyncTask::CompleteCallback complete = in OnShow() local 309 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnShow() 321 AsyncTask::CompleteCallback complete = in OnDestroy() local 342 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnDestroy() 354 AsyncTask::CompleteCallback complete = in OnHide() local 374 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnHide() 397 AsyncTask::CompleteCallback complete = in OnMoveTo() local 417 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnMoveTo() 444 AsyncTask::CompleteCallback complete = in OnResize() local 463 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnResize() [all …]
|
/foundation/graphic/standard/frameworks/animation_server/server/src/ |
D | rotation_animation.cpp | 81 double complete = static_cast<double>(now - param_.startTime) / param_.duration; in Draw() local 82 GSLOG2HI(DEBUG) << "complete: " << complete; in Draw() 84 auto matrix = Matrix<GLfloat>::RotateMatrixZ(complete * param_.degree); in Draw() 85 double alpha = 1.0 - complete; in Draw()
|
/foundation/aafwk/standard/frameworks/kits/runtime/native/ |
D | js_runtime_utils.cpp | 25 …ptr<AsyncTask::ExecuteCallback>&& execute, std::unique_ptr<AsyncTask::CompleteCallback>&& complete, in CreateAsyncTaskWithLastParam() argument 31 return std::make_unique<AsyncTask>(nativeDeferred, std::move(execute), std::move(complete)); in CreateAsyncTaskWithLastParam() 35 return std::make_unique<AsyncTask>(callbackRef, std::move(execute), std::move(complete)); in CreateAsyncTaskWithLastParam() 131 std::unique_ptr<AsyncTask::CompleteCallback>&& complete) in AsyncTask() argument 132 : deferred_(deferred), execute_(std::move(execute)), complete_(std::move(complete)) in AsyncTask() 136 std::unique_ptr<AsyncTask::CompleteCallback>&& complete) in AsyncTask() argument 137 : callbackRef_(callbackRef), execute_(std::move(execute)), complete_(std::move(complete)) in AsyncTask() 213 …AsyncTask::ExecuteCallback&& execute, AsyncTask::CompleteCallback&& complete, NativeValue** result) in CreateAsyncTaskWithLastParam() argument 217 std::make_unique<AsyncTask::CompleteCallback>(std::move(complete)), result); in CreateAsyncTaskWithLastParam() 228 nullptr_t, AsyncTask::CompleteCallback&& complete, NativeValue** result) in CreateAsyncTaskWithLastParam() argument [all …]
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/file/file01/ |
D | index.js | 35 complete: function() { method 51 complete: function() { method 67 complete: function() { method
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/file/file02/ |
D | index.js | 36 complete: function() { method 52 complete: function() { method 68 complete: function() { method
|
/foundation/distributeddatamgr/appdatamgr/frameworks/jskitsimpl/napi_preferences/test/unittest/src/ |
D | SystemStorageJsunit.test.js | 56 complete: async function () { method 97 complete: async function () { method 132 complete: async function () { method 168 complete: async function () { method 206 complete: async function () { method 236 complete: async function () { 273 complete: async function () { 308 complete: async function () { 347 complete: async function () { method 401 complete: async function () { method [all …]
|
/foundation/windowmanager/interfaces/kits/napi/display/ |
D | js_display_listener.cpp | 86 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnCreate() local 96 callback, std::move(execute), std::move(complete))); in OnCreate() 108 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnDestroy() local 118 callback, std::move(execute), std::move(complete))); in OnDestroy() 130 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnChange() local 140 callback, std::move(execute), std::move(complete))); in OnChange()
|
/foundation/distributeddatamgr/distributeddatamgr/frameworks/jskitsimpl/distributeddata/src/ |
D | napi_queue.cpp | 76 NapiAsyncExecute execute, NapiAsyncComplete complete) in AsyncWork() argument 107 if ((ctxt->complete) && (status == napi_ok) && (ctxt->status == napi_ok)) { in AsyncWork() 108 ctxt->complete(ctxt->output); in AsyncWork() 114 ctxt->complete = std::move(complete); in AsyncWork() 151 ctxt->complete = nullptr; in GenerateOutput()
|
/foundation/windowmanager/interfaces/kits/napi/display_runtime/napi/ |
D | js_screen_listener.cpp | 84 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnConnect() local 94 callback, std::move(execute), std::move(complete))); in OnConnect() 106 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnDisconnect() local 116 callback, std::move(execute), std::move(complete))); in OnDisconnect() 128 …std::unique_ptr<AsyncTask::CompleteCallback> complete = std::make_unique<AsyncTask::CompleteCallba… in OnChange() local 138 callback, std::move(execute), std::move(complete))); in OnChange()
|
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/mission_manager/ |
D | mission_manager.cpp | 156 AsyncTask::CompleteCallback complete = in OnUnregisterMissionListener() local 183 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnUnregisterMissionListener() 206 AsyncTask::CompleteCallback complete = in OnGetMissionInfos() local 224 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetMissionInfos() 247 AsyncTask::CompleteCallback complete = in OnGetMissionInfo() local 265 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetMissionInfo() 287 AsyncTask::CompleteCallback complete = in OnGetMissionSnapShot() local 319 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetMissionSnapShot() 337 AsyncTask::CompleteCallback complete = in OnLockMission() local 354 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnLockMission() [all …]
|
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/app/app_manager/ |
D | js_app_manager.cpp | 140 AsyncTask::CompleteCallback complete = in OnRegisterApplicationStateObserver() local 158 … engine, CreateAsyncTaskWithLastParam(engine, nullptr, nullptr, std::move(complete), &result)); in OnRegisterApplicationStateObserver() 186 AsyncTask::CompleteCallback complete = in OnUnregisterApplicationStateObserver() local 211 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnUnregisterApplicationStateObserver() 222 AsyncTask::CompleteCallback complete = in OnGetForegroundApplications() local 245 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetForegroundApplications() 251 AsyncTask::CompleteCallback complete = in OnGetProcessRunningInfos() local 266 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnGetProcessRunningInfos() 277 AsyncTask::CompleteCallback complete = in OnIsRunningInStabilityTest() local 293 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnIsRunningInStabilityTest() [all …]
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/file/file03/ |
D | index.js | 34 complete: function() { method 50 complete: function() { method
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/storage/storage01/ |
D | index.js | 35 complete: function() { method 51 complete: function() { method
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/file/file05/ |
D | index.js | 34 complete: function() { method 51 complete: function() { method
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/file/file04/ |
D | index.js | 35 complete: function() { method 51 complete: function() { method
|
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/storage/storage02/ |
D | index.js | 35 complete: function() { method 51 complete: function() { method
|
/foundation/communication/netstack/frameworks/js/builtin/http_request/ |
D | http_async_callback.cpp | 131 JSIValue complete = responseCallback[CB_COMPLETE]; in OnComplete() local 132 if (complete == nullptr || JSI::ValueIsUndefined(complete) || !JSI::ValueIsFunction(complete)) { in OnComplete() 135 JSI::CallFunction(complete, thisVal, nullptr, 0); in OnComplete()
|
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/app/ability_delegator/ |
D | js_ability_delegator.cpp | 137 …AsyncTask::CompleteCallback complete = [monitor](NativeEngine &engine, AsyncTask &task, int32_t st… in OnAddAbilityMonitor() local 151 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnAddAbilityMonitor() 165 AsyncTask::CompleteCallback complete = in OnRemoveAbilityMonitor() local 180 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnRemoveAbilityMonitor() 222 AsyncTask::CompleteCallback complete = in OnWaitAbilityMonitor() local 242 …CreateAsyncTaskWithLastParam(engine, lastParam, std::move(execute), std::move(complete), &result)); in OnWaitAbilityMonitor() 256 …AsyncTask::CompleteCallback complete = [msg](NativeEngine &engine, AsyncTask &task, int32_t status… in OnPrint() local 270 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnPrint() 298 …AsyncTask::CompleteCallback complete = [shellCmdResultBox](NativeEngine &engine, AsyncTask &task, … in OnExecuteShellCommand() local 317 …CreateAsyncTaskWithLastParam(engine, lastParam, std::move(execute), std::move(complete), &result)); in OnExecuteShellCommand() [all …]
|
/foundation/distributeddatamgr/distributedfile/interfaces/kits/napi/common/ |
D | common_func.cpp | 34 string complete = "complete"; in GetCallbackHandles() local 48 completeProp = prop.GetProp(complete).val_; in GetCallbackHandles()
|
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_file/ |
D | common_func.cpp | 35 string complete = "complete"; in GetCallbackHandles() local 49 completeProp = prop.GetProp(complete).val_; in GetCallbackHandles()
|