Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 126) sorted by relevance

123456

/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_c_api_test_mslite.cpp56 void AddContextDeviceCPU(OH_AI_ContextHandle context) { in AddContextDeviceCPU()
123 void AddContextDeviceNNRT(OH_AI_ContextHandle context) { in AddContextDeviceNNRT()
160 void AddContextDeviceNNRTWithCache(OH_AI_ContextHandle context, const char *cache_path, const char … in AddContextDeviceNNRTWithCache()
199 void AddContextDeviceNNRTByType(OH_AI_ContextHandle context) { in AddContextDeviceNNRTByType()
226 void AddContextDeviceNNRTByName(OH_AI_ContextHandle context) { in AddContextDeviceNNRTByName()
308 void ModelPredict(OH_AI_ModelHandle model, OH_AI_ContextHandle context, string model_name, in ModelPredict()
362 void ModelTrain(OH_AI_ModelHandle model, OH_AI_ContextHandle context, string model_name, in ModelTrain()
437 OH_AI_ContextHandle context = OH_AI_ContextCreate(); variable
510 OH_AI_ContextHandle context = OH_AI_ContextCreate(); variable
551 OH_AI_ContextHandle context = OH_AI_ContextCreate(); variable
[all …]
/test/xts/acts/graphic/graphicGlesExtension/
DgraphicGlesExtension.cpp53 EGLContext context; variable
113 EGLContext context; variable
173 EGLContext context; variable
233 EGLContext context; variable
293 EGLContext context; variable
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/entry/src/main/js/MainAbility/
Dapp.js22 let context = featureAbility.getContext(); variable
/test/xts/acts/ability/ability_runtime/featureability/sceneproject/getcallingbundletest/entry/src/main/js/MainAbility/pages/index/
Dindex.js39 let context = featureAbility.getContext(); variable
/test/xts/acts/ability/ability_runtime/featureability/sceneproject/getcallingbundletest/entry/src/main/js/MainAbility/
Dapp.js39 let context = featureAbility.getContext(); variable
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/entry/src/ohosTest/js/test/
DKvManagerKVPromiseJsTest.test.js19 var context = abilityFeatureAbility.getContext(); variable
33 context:context property
465 context:context property
508 context:contextApplication property
DSchemaJsTest.test.js20 var context = abilityFeatureAbility.getContext(); variable
92 context: context, property
DKvManagerKVCallbackJsTest.test.js19 var context = abilityFeatureAbility.getContext(); variable
30 context: context property
563 context:context property
589 context:"context" property
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
Ddrag_setDragEventStrictReport.cpp60 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_setDragEventStrictReportWidthContext_003() local
76 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_setDragEventStrictReportWidthContext_004() local
Ddrag_dragAction.cpp143 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_DragAction_RegisterStatusListener_007() local
161 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_DragAction_UnregisterStatusListener_008() local
177 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_DragAction_StartDrag_009() local
/test/xts/dcts/testtools/disjsTest/server/
DtestApi.js34 let context; variable
53 context: context, property
74 context: context, property
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/
Dnapi_init.cpp56 void FinalizeFunc(void* context) {}; in FinalizeFunc()
57 void ContextFinalizeFunc(void* context) {}; in ContextFinalizeFunc()
58 void CallbackFunc(void* context, Pasteboard_NotifyType type) in CallbackFunc()
64 void* GetDataCallbackFunc(void* context, const char* type) in GetDataCallbackFunc()
72 void* GetDataCallback(void* context, const char* type) in GetDataCallback()
100 void* context = static_cast<void*>(pasteboard); in OH_PasteboardObserver_SetData0100() local
113 void* context = static_cast<void*>(pasteboard); in OH_PasteboardObserver_SetData0200() local
129 void* context = static_cast<void*>(pasteboard); in OH_PasteboardObserver_SetData0300() local
142 void* context = static_cast<void*>(pasteboard); in OH_PasteboardObserver_SetData0400() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/nodecontent/
Dnode_content_test.cpp26 ArkUI_ContextHandle context = nullptr; in TestNodeContent001() local
84 ArkUI_ContextHandle context = nullptr; in TestNodeContent007() local
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/entry/src/ohosTest/js/test/
DRelationalStoreQuery.test.js34 var context = ability_featureAbility.getContext() variable
36 async function CreatRdbStore(context, STORE_CONFIG) { argument
81 context:context property
DRelationalStoreEncryptionJsunit.test.js25 var context = ability_featureAbility.getContext(); variable
43 async function CreatRdbStore(context, STORE_CONFIG) { argument
DRelationalStoreBackupRestoreWithFAContextJsunit.test.js25 var context = ability_featureAbility.getContext() variable
32 async function CreatRdbStore(context, STORE_CONFIG) { argument
DRelationalStoreBackupRestoreCallbackJsunit.test.js29 var context = ability_featureAbility.getContext() variable
36 async function CreatRdbStore(context, STORE_CONFIG) { argument
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/entry/src/ohosTest/js/test/
DRdbstoreEncryptionJsunit.test.js25 var context variable
40 async function CreatRdbStore(context, STORE_CONFIG) { argument
/test/xts/tools/sample/AppSampleD/entry/src/main/ets/model/
DAVPlayerModel.ts26 private context; property in AVPlayerModel
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/
Danimation_event_test.cpp44 auto context = OH_ArkUI_GetContextByNode(column); in SetAnimateTo() local
125 auto context = OH_ArkUI_GetContextByNode(column); in RegisterOnFinishCallback() local
191 auto context = OH_ArkUI_GetContextByNode(column); in RegisterOnEventCallback() local
246 auto context = OH_ArkUI_GetContextByNode(column); in SetAnimator() local
279 auto context = OH_ArkUI_GetContextByNode(column); in SetAnimatorWithIterations() local
298 auto context = OH_ArkUI_GetContextByNode(column); in SetAnimatorReverse() local
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api20/entry/src/main/cpp/dropBadge/
DEnableDropDisallowedBadgeTest.cpp53 ArkUI_ContextHandle context; in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api14/entry/src/main/cpp/manager/
Dplugin_manager.cpp109 auto context = PluginManager::GetInstance(); in Export() local
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/manager/
Dplugin_manager.cpp109 auto context = PluginManager::GetInstance(); in Export() local
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api20/entry/src/main/cpp/manager/
Dplugin_manager.cpp109 auto context = PluginManager::GetInstance(); in Export() local
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestProgressBar/entry/src/main/cpp/manager/
Dplugin_manager.cpp109 auto context = PluginManager::GetInstance(); in Export() local

123456