/aosp12/system/bt/service/ipc/binder/ |
H A D | remote_callback_map.h | 128 Delegate* delegate) { in Register() 181 sp<V> val = iter->second->get_callback(); in Remove() local 218 Delegate* delegate) in CallbackDeathRecipient()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/schemadelegate_fuzzer/ |
H A D | schemadelegate_fuzzer.cpp | 47 void SchemaFuzzCURD(FuzzerData &fuzz, KvStoreNbDelegate *delegate) in SchemaFuzzCURD() 54 Value val = fuzz.GetSequence(fuzz.GetInt()); in SchemaFuzzCURD() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_predicate_query_test.cpp | 271 KvStoreNbDelegate *delegate = nullptr; variable 391 KvStoreNbDelegate *delegate = nullptr; variable 523 KvStoreNbDelegate *delegate = nullptr; variable 606 KvStoreNbDelegate *delegate = nullptr; variable 784 KvStoreNbDelegate *delegate = nullptr; variable 902 KvStoreNbDelegate *delegate = nullptr; variable 948 KvStoreNbDelegate *delegate = nullptr; variable 1022 KvStoreNbDelegate *delegate = nullptr; variable 1166 KvStoreNbDelegate *delegate = nullptr; variable 1241 KvStoreNbDelegate *delegate = nullptr; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animator_bridge.cpp | 48 auto delegate = GetFrontendDelegate(runtime); in GetPageById() local 93 auto delegate = GetFrontendDelegate(runtime); in HandleJsAnimatorContext() local 242 auto delegate = GetFrontendDelegate(weakRuntime); in AddListenerForEventCallback() local 254 auto delegate = GetFrontendDelegate(weakRuntime); in AddListenerForEventCallback() local 266 auto delegate = GetFrontendDelegate(weakRuntime); in AddListenerForEventCallback() local 278 auto delegate = GetFrontendDelegate(weakRuntime); in AddListenerForEventCallback() local 296 auto delegate = GetFrontendDelegate(weakRuntime); in AddFrameListener() local 400 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in JsAnimatorUpdate() local 442 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in JsAnimatorReset() local 581 auto delegate = GetFrontendDelegate(runtime_); in AnimatorBridgeTaskFunc() local
|
H A D | jsi_group_js_bridge.cpp | 176 auto delegate = engine->GetFrontendDelegate(); in ProcessJsRequest() local 256 auto delegate = engine->GetFrontendDelegate(); in ProcessJsRequestSync() local 430 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val) in SerializationObjectToString() 464 shared_ptr<JsValue> val = argv[i]; in ParseJsPara() local 752 const shared_ptr<JsValue> val = argv[i]; in ParseRequestData() local
|
H A D | jsi_engine.cpp | 539 auto delegate = GetFrontendDelegate(runtime); in GetAppInfo() local 557 auto delegate = GetFrontendDelegate(runtime); in Terminate() local 643 auto delegate = GetFrontendDelegate(runtime); in RequestFullWindow() local 680 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in SetScreenOnVisible() local 1115 shared_ptr<JsValue> val = arg->GetProperty(runtime, key); in GetParams() local 1201 auto delegate = engine->GetFrontendDelegate(); in JsReadText() local 2247 std::string val = iter->second; in AppClearData() local 2286 std::string val = iter->second; in AppSetData() local 3049 auto delegate = weakDelegate.Upgrade(); in SetDebuggerPostTask() local 3106 auto delegate = weakDelegate.Upgrade(); in SetPostTask() local [all …]
|
H A D | jsi_canvas_bridge.cpp | 122 auto val = StringUtils::StringToDouble(prop); in GetJsDashValue() local 417 auto delegate = engine->GetFrontendDelegate(); in HandleWebglContext() local 446 auto delegate = weakDelegate.Upgrade(); in HandleWebglContext() local 491 auto delegate = engine->GetFrontendDelegate(); in HandleToDataURL() local 520 auto delegate = engine->GetFrontendDelegate(); in JsSetAntiAlias() local 723 auto delegate = engine->GetFrontendDelegate(); in JsMeasureText() local 1065 auto val = value->GetProperty(runtime, "lineDash"); in JsGetLineDash() local 1720 auto delegate = engine->GetFrontendDelegate(); in JsGetImageData() local 1782 auto delegate = engine->GetFrontendDelegate(); in JsGetPixelMap() local 1878 auto delegate = engine->GetFrontendDelegate(); in JsGetJsonData() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_schema_test_tools.cpp | 33 …string val = string("{") + "\"field" + std::to_string(FIRST_FIELD) + "\":" + std::to_string(serial… in GenerateFixedLenJsonSchemaRecord() local 78 …string val = string("{") + "\"field" + std::to_string(FIRST_FIELD) + "\":" + std::to_string(serial… in GenerateFixedLenSchemaPerfRecord() local 175 bool DistributedDBSchemaTestTools::CombinationCheckQueryResult(KvStoreNbDelegate &delegate, const Q… in CombinationCheckQueryResult() 229 bool DistributedDBSchemaTestTools::PreInsertRecords(KvStoreNbDelegate *&delegate, vector<Key> &keys, in PreInsertRecords()
|
H A D | distributed_test_tools.cpp | 144 vector<Entry> GenRanKeyVal(int putGetTimes, int keyLength, int valueLength, char val) in GenRanKeyVal() 175 bool PutEntries(KvStoreNbDelegate *&delegate, vector<Entry> &entries) in PutEntries() 218 Value GetValueWithInt(int val) in GetValueWithInt() 550 …const KvStoreDelegate* delegate = const_cast<KvStoreDelegate*>(delegateKvMgrCallback.GetKvStore()); local 606 …const KvStoreDelegate* delegate = const_cast<KvStoreDelegate*>(delegateKvMgrCallback.GetKvStore()); local 1292 …DistributedTestTools::CloseAndRelease(KvStoreDelegateManager *&manager, KvStoreDelegate *&delegate) 1310 …stributedTestTools::CloseAndRelease(KvStoreDelegateManager *&manager, KvStoreNbDelegate *&delegate) 1349 bool DistributedTestTools::VerifyRecordsInDb(DistributedDB::KvStoreNbDelegate *&delegate, 1816 KvStoreSnapshotDelegate *DistributedTestTools::RegisterSnapObserver(KvStoreDelegate *delegate, 1839 DBStatus DistributedTestTools::RegisterObserver(KvStoreDelegate *delegate, KvStoreObserver *observe… [all …]
|
/aosp12/system/update_engine/aosp/ |
H A D | cleanup_previous_update_action.cc | 61 CleanupPreviousUpdateActionDelegateInterface* delegate) in CleanupPreviousUpdateAction() 381 std::string val; in BeforeCancel() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | rdb_subscriber_manager.cpp | 234 rdbCache_.ForEach([&uri, &context, this](const Key &key, std::vector<ObserverNode> &val) { in Emit() 253 …ch([&uri, &userId, &metaData, &hasObserver, this](const Key &key, std::vector<ObserverNode> &val) { in Emit() 281 rdbCache_.ForEach([&uri, &results](const Key &key, std::vector<ObserverNode> &val) { in GetKeysByUri() 296 rdbCache_.ComputeIfPresent(key, [&rdbPath, &version, &userId, this](const Key &key, auto &val) { in EmitByKey() 318 … RdbSubscriberManager::Notify(const Key &key, int32_t userId, const std::vector<ObserverNode> &val, in Notify() 330 auto delegate = DBDelegate::Create(meta, key.uri); in Notify() local 373 …he_.ForEach([&uri, &context, &subscriberId, this](const Key &key, std::vector<ObserverNode> &val) { in Emit()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-producers-2.23.jar | META-INF/
META-INF/MANIFEST.MF
dagger/
dagger/producers/
dagger/ ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | auto-value-1.5.3.jar | ... implements java.lang.Runnable {
final synthetic String val$var
final synthetic com.google.auto. ... |
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_group_js_bridge.cpp | 93 auto delegate = engine->GetDelegate(); in ProcessJsRequest() local 156 auto delegate = engine->GetDelegate(); in ProcessJsRequestSync() local 304 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val) in SerializationObjectToString() 334 shared_ptr<JsValue> val = argv[i]; in ParseJsPara() local 609 const shared_ptr<JsValue> val = argv[i]; in ParseRequestData() local
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | ... {
final synthetic java.lang.reflect.Method val$method
final synthetic Object[] val$args ... |
/aosp12/frameworks/layoutlib/bridge/src/android/util/ |
H A D | PathParser_Delegate.java | 108 PathParser_Delegate delegate = new PathParser_Delegate(nodes); in nCreatePathDataFromString() local 183 float[] val = getFloats(s); in createNodesFromPathData() local 373 @NonNull float[] val) { in addNode() 447 char previousCmd, char cmd, @NonNull float[] val) { in addCommand()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 125 Value val; in FakeOldVersionDB() local 152 RelationalStoreDelegate *delegate = nullptr; member in DistributedDBInterfacesRelationalSyncTest 602 std::string val; in CheckSyncData() local 935 DataValue val; variable 1109 RelationalStoreDelegate *delegate = nullptr; variable
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2307 Value val; variable 2528 …re(STORE_ID_1, option, [&openStatus, &openDelegate](DBStatus status, KvStoreNbDelegate *delegate) { in __anon195527440a02() 2574 …e(STORE_ID_1, option, [&openStatus, &localDelegate](DBStatus status, KvStoreNbDelegate *delegate) { in __anon195527440b02() 2586 …re(STORE_ID_1, option, [&openStatus, &syncDelegate](DBStatus status, KvStoreNbDelegate *delegate) { in __anon195527440c02()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 771 jvalue val; in Visit() local 1495 explicit BuildNativeCallFrameStateMachine(T* delegate) in BuildNativeCallFrameStateMachine() 1527 void AdvanceInt(uint32_t val) { in AdvanceInt() 1598 void AdvanceFloat(float val) { in AdvanceFloat() 1687 void PushGpr(uintptr_t val) { in PushGpr() 1690 void PushFpr4(float val) { in PushFpr4() 1693 void PushFpr8(uint64_t val) { in PushFpr8() 1696 void PushStack(uintptr_t val) { in PushStack() 1873 void PushGpr(uintptr_t val) { in PushGpr() 1878 void PushFpr4(float val) { in PushFpr4() [all …]
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | ... .processing.Messager)
javax.tools.JavaFileObject delegate
com.google.googlejavaformat.java.Formatter formatter ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 82 void BlockSync(const Query &query, RelationalStoreDelegate *delegate, std::vector<DBStatus> &actual… in BlockSync() 113 void BlockPrioritySync(const Query &query, RelationalStoreDelegate *delegate, bool isPriority, DBSt… in BlockPrioritySync() 463 …RelationalStoreDelegate *delegate, std::vector<std::map<std::string, SyncProcess>> &prioritySyncPr… in PriorityAndNormalSync() 1078 std::string val = std::get<std::string>(queryNodes[0].fieldValue[i]); in __anonc8f560be1302() local
|