Searched refs:remoteObject (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | injected-script.cc | 388 std::unique_ptr<RemoteObject> remoteObject; in getProperties() local 392 kMaxCustomPreviewDepth, &remoteObject); in getProperties() 394 descriptor->setValue(std::move(remoteObject)); in getProperties() 399 mirror.getter->buildRemoteObject(context, wrapMode, &remoteObject); in getProperties() 403 groupName, remoteObject.get()); in getProperties() 405 descriptor->setGet(std::move(remoteObject)); in getProperties() 409 mirror.setter->buildRemoteObject(context, wrapMode, &remoteObject); in getProperties() 413 groupName, remoteObject.get()); in getProperties() 415 descriptor->setSet(std::move(remoteObject)); in getProperties() 419 mirror.symbol->buildRemoteObject(context, wrapMode, &remoteObject); in getProperties() 465 std::unique_ptr<RemoteObject> remoteObject; getInternalAndPrivateProperties() local 490 std::unique_ptr<RemoteObject> remoteObject; getInternalAndPrivateProperties() local 599 std::unique_ptr<RemoteObject> remoteObject; wrapTable() local 1035 bindRemoteObjectIfNeeded( int sessionId, v8::Local<v8::Context> context, v8::Local<v8::Value> value, const String16& groupName, protocol::Runtime::RemoteObject* remoteObject) bindRemoteObjectIfNeeded() argument [all...] |
H A D | injected-script.h | 229 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/ |
H A D | cm_request.cpp | 140 const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess() 143 systemAbilityId, ((remoteObject != nullptr) ? "succeed" : "failed")); in OnLoadSystemAbilitySuccess() 144 promise_.set_value(remoteObject); in OnLoadSystemAbilitySuccess() 139 OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/ |
H A D | cm_load_sa.h | 28 const OHOS::sptr<IRemoteObject>& remoteObject) override;
|
Completed in 3 milliseconds